MemoryLogRawDeallocation

clase final pública MemoryLogRawDeallocation

Tipo de tensorflow.MemoryLogRawDeallocation

Clases anidadas

clase MemoryLogRawDeallocation.Builder Tipo de tensorflow.MemoryLogRawDeallocation

Constantes

En t ALLOCATION_ID_FIELD_NUMBER
En t ALLOCATOR_NAME_FIELD_NUMBER
En t DEFERRED_FIELD_NUMBER
En t OPERATION_FIELD_NUMBER
En t STEP_ID_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
Cuerda
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
static MemoryLogRawDeallocation
MemoryLogRawDesallocation
booleano
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getOperation ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
En t
largo
getStepId ()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático MemoryLogRawDeallocation.Builder
estático MemoryLogRawDeallocation.Builder
MemoryLogRawDeallocation.Builder
static MemoryLogRawDeallocation
parseDelimitedFrom (entrada InputStream)
static MemoryLogRawDeallocation
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (datos ByteBuffer)
static MemoryLogRawDeallocation
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (entrada com.google.protobuf.CodedInputStream)
static MemoryLogRawDeallocation
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (datos com.google.protobuf.ByteString)
static MemoryLogRawDeallocation
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawDeallocation
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogRawDeallocation.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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 es igual a (Object obj)

public long getAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 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 ()

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

public com.google.protobuf.ByteString getOperationBytes ()

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

public MemoryLogRawDeallocation.Builder newBuilderForType ()

public static MemoryLogRawDeallocation parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

MemoryLogRawDeallocation estática pública parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static MemoryLogRawDeallocation parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

MemoryLogRawDeallocation estática pública parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

MemoryLogRawDeallocation estática pública parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public MemoryLogRawDeallocation.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException