classe final pública AllocationDescription
Tipo de protobuf tensorflow.AllocationDescription
Classes aninhadas
aula | AllocationDescription.Builder | Tipo de protobuf tensorflow.AllocationDescription |
Constantes
interno | ALLOCATED_BYTES_FIELD_NUMBER | |
interno | ALLOCATION_ID_FIELD_NUMBER | |
interno | ALLOCATOR_NAME_FIELD_NUMBER | |
interno | HAS_SINGLE_REFERENCE_FIELD_NUMBER | |
interno | PTR_FIELD_NUMBER | |
interno | REQUESTED_BYTES_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
longo | getAllocatedBytes () Total number of bytes allocated if known int64 allocated_bytes = 2; |
longo | getAllocationId () Identifier of the allocated buffer if known int64 allocation_id = 4; |
Corda | getAllocatorName () Name of the allocator used string allocator_name = 3; |
com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used string allocator_name = 3; |
Alocação estáticaDescrição | |
AlocaçãoDescrição | |
final estático com.google.protobuf.Descriptors.Descriptor | |
booleano | getHasSingleReference () Set if this tensor only has one remaining reference bool has_single_reference = 5; |
longo | getPtr () Address of the allocation. |
longo | getRequestedBytes () Total number of bytes requested int64 requested_bytes = 1; |
interno | |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
AllocationDescription.Builder estático | |
AllocationDescription.Builder estático | newBuilder (protótipo AllocationDescription ) |
AllocationDescription.Builder | |
Alocação estáticaDescrição | parseDelimitedFrom (entrada InputStream) |
Alocação estáticaDescrição | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Alocação estáticaDescrição | parseFrom (dados de ByteBuffer) |
Alocação estáticaDescrição | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Alocação estáticaDescrição | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Alocação estáticaDescrição | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Alocação estáticaDescrição | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Alocação estáticaDescrição | parseFrom (dados com.google.protobuf.ByteString) |
Alocação estáticaDescrição | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Alocação estáticaDescrição | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
AllocationDescription.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int ALLOCATED_BYTES_FIELD_NUMBER
Valor Constante: 2
público estático final int ALLOCATION_ID_FIELD_NUMBER
Valor Constante: 4
público estático final int ALLOCATOR_NAME_FIELD_NUMBER
Valor Constante: 3
público estático final int HAS_SINGLE_REFERENCE_FIELD_NUMBER
Valor Constante: 5
público estático final int PTR_FIELD_NUMBER
Valor Constante: 6
int final estático público REQUESTED_BYTES_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
getAllocatedBytes longo público ()
Total number of bytes allocated if known
int64 allocated_bytes = 2;
getAllocationId longo público ()
Identifier of the allocated buffer if known
int64 allocation_id = 4;
String pública getAllocatorName ()
Name of the allocator used
string allocator_name = 3;
público com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used
string allocator_name = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getHasSingleReference booleano público ()
Set if this tensor only has one remaining reference
bool has_single_reference = 5;
público getParserForType ()
getPtr longo público ()
Address of the allocation.
uint64 ptr = 6;
getRequestedBytes longo público ()
Total number of bytes requested
int64 requested_bytes = 1;
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static AllocationDescription parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static AllocationDescription parseFrom (dados ByteBuffer)
Lança
InvalidProtocolBufferException |
---|
public static AllocationDescription parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static AllocationDescription parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static AllocationDescription parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static AllocationDescription parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static AllocationDescription parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static AllocationDescription parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static AllocationDescription parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|