MemoryLogRawAllocation.Builder

clase final estática pública MemoryLogRawAllocation.Builder

Protobuf tipo tensorflow.MemoryLogRawAllocation

Métodos públicos

MemoryLogRawAllocation.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
MemoryLogRawAllocation
MemoryLogRawAllocation
MemoryLogRawAllocation.Builder
claro ()
MemoryLogRawAllocation.Builder
clearAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
MemoryLogRawAllocation.Builder
clearAllocatorName ()
 Name of the allocator used.
MemoryLogRawAllocation.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
MemoryLogRawAllocation.Builder
clearNumBytes ()
 Number of bytes in the allocation.
MemoryLogRawAllocation.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MemoryLogRawAllocation.Builder
clearOperation ()
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
clearPtr ()
 Address of the allocation.
MemoryLogRawAllocation.Builder
clearStepId ()
 Process-unique step id.
MemoryLogRawAllocation.Builder
clonar ()
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.
MemoryLogRawAllocation
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
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.
largo
getStepId ()
 Process-unique step id.
booleano final
MemoryLogRawAllocation.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation.Builder
mergeFrom (com.google.protobuf.Message otro)
final MemoryLogRawAllocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
MemoryLogRawAllocation.Builder
setAllocationId (valor largo)
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
MemoryLogRawAllocation.Builder
setAllocatorName (valor de cadena)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setAllocatorNameBytes (valor com.google.protobuf.ByteString)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
MemoryLogRawAllocation.Builder
setNumBytes (valor largo)
 Number of bytes in the allocation.
MemoryLogRawAllocation.Builder
setOperation (valor de cadena)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setOperationBytes (valor de com.google.protobuf.ByteString)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setPtr (valor largo)
 Address of the allocation.
MemoryLogRawAllocation.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
MemoryLogRawAllocation.Builder
setStepId (valor largo)
 Process-unique step id.
final MemoryLogRawAllocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public MemoryLogRawAllocation.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor de objeto)

public MemoryLogRawAllocation build ()

public MemoryLogRawAllocation buildPartial ()

public MemoryLogRawAllocation.Builder clearAllocationId ()

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

public MemoryLogRawAllocation.Builder clearAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public MemoryLogRawAllocation.Builder clearNumBytes ()

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

public MemoryLogRawAllocation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public MemoryLogRawAllocation.Builder clearOperation ()

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

public MemoryLogRawAllocation.Builder clearPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

public MemoryLogRawAllocation.Builder clearStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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 MemoryLogRawAllocation getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

public long getPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public final boolean isInitialized ()

public MemoryLogRawAllocation.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public MemoryLogRawAllocation.Builder mergeFrom (com.google.protobuf.Message otro)

Public final MemoryLogRawAllocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public MemoryLogRawAllocation.Builder setAllocationId (valor largo)

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

public MemoryLogRawAllocation.Builder setAllocatorName (valor de cadena)

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder setAllocatorNameBytes (valor de com.google.protobuf.ByteString)

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public MemoryLogRawAllocation.Builder setNumBytes (valor largo)

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

public MemoryLogRawAllocation.Builder setOperation (valor de cadena)

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

public MemoryLogRawAllocation.Builder setOperationBytes (valor de com.google.protobuf.ByteString)

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

public MemoryLogRawAllocation.Builder setPtr (valor largo)

 Address of the allocation.
 
uint64 ptr = 4;

public MemoryLogRawAllocation.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public MemoryLogRawAllocation.Builder setStepId (valor largo)

 Process-unique step id.
 
int64 step_id = 1;

público final MemoryLogRawAllocation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)