MemoryLogRawAllocation

classe final pública MemoryLogRawAllocation

Tipo de protobuf tensorflow.MemoryLogRawAllocation

Classes aninhadas

aula MemoryLogRawAllocation.Builder Tipo de protobuf tensorflow.MemoryLogRawAllocation

Constantes

interno ALLOCATION_ID_FIELD_NUMBER
interno ALLOCATOR_NAME_FIELD_NUMBER
interno NUM_BYTES_FIELD_NUMBER
interno OPERATION_FIELD_NUMBER
interno PTR_FIELD_NUMBER
interno STEP_ID_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
longo
getAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
Corda
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
MemoryLogRawAllocation estático
MemoryLogRawAllocation
final estático com.google.protobuf.Descriptors.Descriptor
longo
getNumBytes ()
 Number of bytes in the allocation.
Corda
getOperação ()
 Name of the operation making the allocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
longo
getPtr ()
 Address of the allocation.
interno
longo
getStepId ()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
MemoryLogRawAllocation.Builder estático
MemoryLogRawAllocation.Builder estático
MemoryLogRawAllocation.Builder
MemoryLogRawAllocation estático
parseDelimitedFrom (entrada InputStream)
MemoryLogRawAllocation estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation estático
parseFrom (dados de ByteBuffer)
MemoryLogRawAllocation estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
MemoryLogRawAllocation estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation estático
parseFrom (dados com.google.protobuf.ByteString)
MemoryLogRawAllocation estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogRawAllocation.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int ALLOCATION_ID_FIELD_NUMBER

Valor Constante: 5

público estático final int ALLOCATOR_NAME_FIELD_NUMBER

Valor Constante: 6

int final estático público NUM_BYTES_FIELD_NUMBER

Valor Constante: 3

público estático final int OPERATION_FIELD_NUMBER

Valor Constante: 2

público estático final int PTR_FIELD_NUMBER

Valor Constante: 4

int final estático público STEP_ID_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

getAllocationId longo público ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

String pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

público com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

MemoryLogRawAllocation estático público getDefaultInstance ()

MemoryLogRawAllocation público getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

getNumBytes longo público ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

String pública getOperation ()

operação de string

 Name of the operation making the allocation.
 
string operation = 2;

público com.google.protobuf.ByteString getOperationBytes ()

operação de string

 Name of the operation making the allocation.
 
string operation = 2;

público getParserForType ()

getPtr longo público ()

 Address of the allocation.
 
uint64 ptr = 4;

público int getSerializedSize ()

público longo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático MemoryLogRawAllocation.Builder newBuilder (protótipo MemoryLogRawAllocation )

MemoryLogRawAllocation.Builder estático público newBuilder ()

público MemoryLogRawAllocation.Builder newBuilderForType ()

público estático MemoryLogRawAllocation parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static MemoryLogRawAllocation parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

MemoryLogRawAllocation estático público parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static MemoryLogRawAllocation parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static MemoryLogRawAllocation parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

MemoryLogRawAllocation estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

MemoryLogRawAllocation estático público parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

MemoryLogRawAllocation estático público parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static MemoryLogRawAllocation parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static MemoryLogRawAllocation parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

Memória públicaLogRawAllocation.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException