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 OPERACIÓN_CAMPO_NUMBER
En t PTR_FIELD_NUMBER
En t STEP_ID_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
largo
obtenerId. De asignación ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
Cadena
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
Asignación estática de MemoryLogRaw
MemoryLogRawAsignación
com.google.protobuf.Descriptors.Descriptor estático final
largo
obtenerNumBytes ()
 Number of bytes in the allocation.
Cadena
obtenerOperación ()
 Name of the operation making the allocation.
com.google.protobuf.ByteString
obtenerOperaciónBytes ()
 Name of the operation making the allocation.
largo
obtenerPtr ()
 Address of the allocation.
En t
largo
obtenerStepId ()
 Process-unique step id.
com.google.protobuf.UnknownFieldSet final
En t
booleano final
MemoryLogRawAllocation.Builder estático
MemoryLogRawAllocation.Builder estático
MemoryLogRawAllocation.Builder
Asignación estática de MemoryLogRaw
parseDelimitedFrom (entrada de InputStream)
Asignación estática de MemoryLogRaw
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática de MemoryLogRaw
parseFrom (datos de ByteBuffer)
Asignación estática de MemoryLogRaw
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Asignación estática de MemoryLogRaw
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática de MemoryLogRaw
parseFrom (entrada com.google.protobuf.CodedInputStream)
Asignación estática de MemoryLogRaw
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática de MemoryLogRaw
parseFrom (datos com.google.protobuf.ByteString)
Asignación estática de MemoryLogRaw
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática de MemoryLogRaw
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
MemoryLogRawAllocation.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público ALLOCATION_ID_FIELD_NUMBER

Valor constante: 5

int final estático público ALLOCATOR_NAME_FIELD_NUMBER

Valor constante: 6

int final estático público NUM_BYTES_FIELD_NUMBER

Valor constante: 3

int final estático público OPERATION_FIELD_NUMBER

Valor constante: 2

int final estático público PTR_FIELD_NUMBER

Valor constante: 4

int final estático público STEP_ID_FIELD_NUMBER

Valor constante: 1

Métodos públicos

público booleano es igual (Objeto obj)

público largo getAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

cadena pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

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

 Name of the allocator used.
 
string allocator_name = 6;

MemoryLogRawAllocation estática pública getDefaultInstance ()

public MemoryLogRawAllocation getDefaultInstanceForType ()

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

público largo getNumBytes ()

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

cadena pública getOperation ()

operación de cadena

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

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

operación de cadena

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

público getParserForType ()

getPtr largo público ()

 Address of the allocation.
 
uint64 ptr = 4;

público int getSerializedSize ()

público largo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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

código hash int público ()

público final booleano isInitialized ()

MemoryLogRawAllocation.Builder estático público newBuilder (prototipo MemoryLogRawAllocation )

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

pública MemoryLogRawAllocation.Builder newBuilderForType ()

MemoryLogRawAllocation estática pública parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

MemoryLogRawAllocation estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático MemoryLogRawAllocation (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

ParseFrom público estático de MemoryLogRawAllocation (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
Excepción de buffer de protocolo no válido

parseFrom público estático de MemoryLogRawAllocation (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

pública MemoryLogRawAllocation.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción