MemoryLogRawDeallocation

public final class MemoryLogRawDeallocation

tensorflow.MemoryLogRawDeallocation type tensorflow.MemoryLogRawDeallocation

Classes aninhadas

aula MemoryLogRawDeallocation.Builder tensorflow.MemoryLogRawDeallocation type tensorflow.MemoryLogRawDeallocation

Constantes

int ALLOCATION_ID_FIELD_NUMBER
int ALLOCATOR_NAME_FIELD_NUMBER
int DEFERRED_FIELD_NUMBER
int OPERATION_FIELD_NUMBER
int STEP_ID_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 MemoryLogRawDeallocation
MemoryLogRawDeallocation
boleano
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getOperation ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
int
longo
getStepId ()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static MemoryLogRawDeallocation.Builder
static MemoryLogRawDeallocation.Builder
MemoryLogRawDeallocation.Builder
static MemoryLogRawDeallocation
parseDelimitedFrom (input InputStream)
static MemoryLogRawDeallocation
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (dados ByteBuffer)
static MemoryLogRawDeallocation
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (com.google.protobuf.CodedInputStream input)
static MemoryLogRawDeallocation
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (com.google.protobuf.ByteString data)
static MemoryLogRawDeallocation
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogRawDeallocation.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int ALLOCATION_ID_FIELD_NUMBER

Valor Constante: 3

public static final int ALLOCATOR_NAME_FIELD_NUMBER

Valor constante: 4

public static final int DEFERRED_FIELD_NUMBER

Valor constante: 5

public static final int OPERATION_FIELD_NUMBER

Valor constante: 2

public static final int STEP_ID_FIELD_NUMBER

Valor constante: 1

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

public String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

public static MemoryLogRawDeallocation getDefaultInstance ()

public MemoryLogRawDeallocation getDefaultInstanceForType ()

public boolean getDeferred ()

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

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

public String getOperation ()

Operação de string operation = 2;

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

public com.google.protobuf.ByteString getOperationBytes ()

Operação de string operation = 2;

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

público getParserForType ()

public int getSerializedSize ()

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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

public int hashCode ()

public final boolean isInitialized ()

public static MemoryLogRawDeallocation.Builder newBuilder ()

public static MemoryLogRawDeallocation.Builder newBuilder (protótipo MemoryLogRawDeallocation )

public MemoryLogRawDeallocation.Builder newBuilderForType ()

public static MemoryLogRawDeallocation parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MemoryLogRawDeallocation parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public MemoryLogRawDeallocation.Builder toBuilder ()

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

Lança
IOException