MemoryLogTensorDeallocation

classe final pública MemoryLogTensorDeallocation

Tipo de protobuf tensorflow.MemoryLogTensorDeallocation

Classes aninhadas

aula MemoryLogTensorDeallocation.Builder Tipo de protobuf tensorflow.MemoryLogTensorDeallocation

Constantes

interno ALLOCATION_ID_FIELD_NUMBER
interno ALLOCATOR_NAME_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.
Memória estáticaLogTensorDeallocation
MemoryLogTensorDeallocation
final estático com.google.protobuf.Descriptors.Descriptor
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
MemoryLogTensorDeallocation.Builder estático
MemoryLogTensorDeallocation.Builder estático
MemoryLogTensorDeallocation.Builder
Memória estáticaLogTensorDeallocation
parseDelimitedFrom (entrada InputStream)
Memória estáticaLogTensorDeallocation
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Memória estáticaLogTensorDeallocation
parseFrom (dados de ByteBuffer)
Memória estáticaLogTensorDeallocation
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Memória estáticaLogTensorDeallocation
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Memória estáticaLogTensorDeallocation
parseFrom (entrada com.google.protobuf.CodedInputStream)
Memória estáticaLogTensorDeallocation
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Memória estáticaLogTensorDeallocation
parseFrom (dados com.google.protobuf.ByteString)
Memória estáticaLogTensorDeallocation
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Memória estáticaLogTensorDeallocation
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogTensorDeallocation.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: 1

público estático final int ALLOCATOR_NAME_FIELD_NUMBER

Valor Constante: 2

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 = 1;

String pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 2;

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

 Name of the allocator used.
 
string allocator_name = 2;

MemoryLogTensorDeallocation estático público getDefaultInstance ()

memória pública LogTensorDeallocation getDefaultInstanceForType ()

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

público getParserForType ()

público int getSerializedSize ()

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

hashCode int público ()

público final booleano isInitialized ()

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

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

Memória públicaLogTensorDeallocation.Builder newBuilderForType ()

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

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static MemoryLogTensorDeallocation 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