MemoryLogRawDeallocation

classe final pública MemoryLogRawDeallocation

Tipo de protobuf tensorflow.MemoryLogRawDeallocation

Classes aninhadas

aula MemoryLogRawDeallocation.Builder Tipo de protobuf tensorflow.MemoryLogRawDeallocation

Constantes

interno ALLOCATION_ID_FIELD_NUMBER
interno ALLOCATOR_NAME_FIELD_NUMBER
interno DEFERRED_FIELD_NUMBER
interno OPERATION_FIELD_NUMBER
interno STEP_ID_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
longo
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
Corda
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
MemoryLogRawDeallocation estático
MemoryLogRawDeallocation
boleano
getDeferido ()
 True if the deallocation is queued and will be performed later,
 e.g.
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getOperação ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
interno
longo
getStepId ()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
MemoryLogRawDeallocation.Builder estático
MemoryLogRawDeallocation.Builder estático
MemoryLogRawDeallocation.Builder
MemoryLogRawDeallocation estático
parseDelimitedFrom (entrada InputStream)
MemoryLogRawDeallocation estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation estático
parseFrom (dados de ByteBuffer)
MemoryLogRawDeallocation estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
MemoryLogRawDeallocation estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation estático
parseFrom (dados com.google.protobuf.ByteString)
MemoryLogRawDeallocation estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogRawDeallocation.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: 3

público estático final int ALLOCATOR_NAME_FIELD_NUMBER

Valor Constante: 4

público estático final int DEFERRED_FIELD_NUMBER

Valor Constante: 5

público estático final int OPERATION_FIELD_NUMBER

Valor Constante: 2

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 deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

String pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

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

 Name of the allocator used.
 
string allocator_name = 4;

MemoryLogRawDeallocation estático público getDefaultInstance ()

MemoryLogRawDeallocation público getDefaultInstanceForType ()

público booleano getDeferred ()

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

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

String pública getOperation ()

operação de string

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

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

operação de string

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

público getParserForType ()

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 ()

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

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

MemoryLogRawDeallocation.Builder público newBuilderForType ()

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

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

Memória públicaLogRawDeallocation.Builder toBuilder ()

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

Lança
IOException