MemoryLogRawAllocation

clase final pública MemoryLogRawAllocation

Protobuf tipo tensorflow.MemoryLogRawAllocation

Clases anidadas

clase MemoryLogRawAllocation.Builder Protobuf tipo tensorflow.MemoryLogRawAllocation

Constantes

En t ALLOCATION_ID_FIELD_NUMBER
En t ALLOCATOR_NAME_FIELD_NUMBER
En t NUM_BYTES_FIELD_NUMBER
En t OPERATION_FIELD_NUMBER
En tPTR_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 allocated, used to match to a
 corresponding deallocation.
Cuerda
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
static MemoryLogRawAllocation
MemoryLogRawAllocation
com.google.protobuf.Descriptors.Descriptor estático final
largo
getNumBytes ()
 Number of bytes in the allocation.
Cuerda
getOperation ()
 Name of the operation making the allocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
largo
getPtr ()
 Address of the allocation.
En t
largo
getStepId ()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
static MemoryLogRawAllocation.Builder
static MemoryLogRawAllocation.Builder
MemoryLogRawAllocation.Builder
static MemoryLogRawAllocation
parseDelimitedFrom (entrada InputStream)
static MemoryLogRawAllocation
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawAllocation
parseFrom (datos ByteBuffer)
static MemoryLogRawAllocation
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawAllocation
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawAllocation
parseFrom (entrada com.google.protobuf.CodedInputStream)
static MemoryLogRawAllocation
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawAllocation
parseFrom (datos com.google.protobuf.ByteString)
static MemoryLogRawAllocation
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogRawAllocation
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogRawAllocation.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int ALLOCATION_ID_FIELD_NUMBER

Valor constante: 5

public static final int ALLOCATOR_NAME_FIELD_NUMBER

Valor constante: 6

public static final int NUM_BYTES_FIELD_NUMBER

Valor constante: 3

public static final int OPERATION_FIELD_NUMBER

Valor constante: 2

public static final int PTR_FIELD_NUMBER

Valor constante: 4

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 allocated, used to match to a
 corresponding deallocation.
 
int64 int64 allocation_id = 5;

public String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

public static MemoryLogRawAllocation getDefaultInstance ()

public MemoryLogRawAllocation getDefaultInstanceForType ()

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

public long getNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

public String getOperation ()

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

public com.google.protobuf.ByteString getOperationBytes ()

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

público getParserForType ()

public long getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

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 MemoryLogRawAllocation.Builder newBuilder (prototipo de MemoryLogRawAllocation )

public static MemoryLogRawAllocation.Builder newBuilder ()

public MemoryLogRawAllocation.Builder newBuilderForType ()

public static MemoryLogRawAllocation parseDelimitedFrom (entrada InputStream)

Lanza
IOException

Public static MemoryLogRawAllocation parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

Public static MemoryLogRawAllocation parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático MemoryLogRawAllocation parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

Public static MemoryLogRawAllocation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public MemoryLogRawAllocation.Builder toBuilder ()

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

Lanza
IOException