MemoryLogTensorDeallocation

public final class MemoryLogTensorDeallocation

tensorflow.MemoryLogTensorDeallocation type tensorflow.MemoryLogTensorDeallocation

Classes aninhadas

aula MemoryLogTensorDeallocation.Builder tensorflow.MemoryLogTensorDeallocation type tensorflow.MemoryLogTensorDeallocation

Constantes

int ALLOCATION_ID_FIELD_NUMBER
int ALLOCATOR_NAME_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
longo
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
Fragmento
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
static MemoryLogTensorDeallocation
MemoryLogTensorDeallocation
final static com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static MemoryLogTensorDeallocation.Builder
static MemoryLogTensorDeallocation.Builder
MemoryLogTensorDeallocation.Builder
static MemoryLogTensorDeallocation
parseDelimitedFrom (input InputStream)
static MemoryLogTensorDeallocation
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorDeallocation
parseFrom (dados ByteBuffer)
static MemoryLogTensorDeallocation
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorDeallocation
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorDeallocation
parseFrom (com.google.protobuf.CodedInputStream input)
static MemoryLogTensorDeallocation
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorDeallocation
parseFrom (com.google.protobuf.ByteString data)
static MemoryLogTensorDeallocation
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogTensorDeallocation
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogTensorDeallocation.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int ALLOCATION_ID_FIELD_NUMBER

Valor Constante: 1

public static final int ALLOCATOR_NAME_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public long getAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 1;

public String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 2;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 2;

public static MemoryLogTensorDeallocation getDefaultInstance ()

public MemoryLogTensorDeallocation getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static MemoryLogTensorDeallocation.Builder newBuilder ()

public MemoryLogTensorDeallocation.Builder newBuilderForType ()

public static MemoryLogTensorDeallocation parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MemoryLogTensorDeallocation parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static MemoryLogTensorDeallocation parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static MemoryLogTensorDeallocation parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static MemoryLogTensorDeallocation parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static MemoryLogTensorDeallocation parseFrom (com.google.protobuf.ByteString data, 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