MemoryLogRawDeallocation.Builder

clase final estática pública MemoryLogRawDeallocation.Builder

Tipo de tensorflow.MemoryLogRawDeallocation

Métodos públicos

MemoryLogRawDeallocation.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
MemoryLogRawDesallocation
MemoryLogRawDesallocation
MemoryLogRawDeallocation.Builder
claro ()
MemoryLogRawDeallocation.Builder
clearAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
MemoryLogRawDeallocation.Builder
clearAllocatorName ()
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
clearDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
MemoryLogRawDeallocation.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
MemoryLogRawDeallocation.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MemoryLogRawDeallocation.Builder
clearOperation ()
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
clearStepId ()
 Process-unique step id.
MemoryLogRawDeallocation.Builder
clonar ()
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.
MemoryLogRawDesallocation
booleano
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getOperation ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
largo
getStepId ()
 Process-unique step id.
booleano final
MemoryLogRawDeallocation.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation.Builder
mergeFrom (com.google.protobuf.Message otro)
final MemoryLogRawDeallocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
MemoryLogRawDeallocation.Builder
setAllocationId (valor largo)
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
MemoryLogRawDeallocation.Builder
setAllocatorName (valor de cadena)
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
setAllocatorNameBytes (valor de com.google.protobuf.ByteString)
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
setDeferred (valor booleano)
 True if the deallocation is queued and will be performed later,
 e.g.
MemoryLogRawDeallocation.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
MemoryLogRawDeallocation.Builder
setOperation (valor de cadena)
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
setOperationBytes (valor de com.google.protobuf.ByteString)
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
MemoryLogRawDeallocation.Builder
setStepId (valor largo)
 Process-unique step id.
final MemoryLogRawDeallocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public MemoryLogRawDeallocation.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public MemoryLogRawDeallocation build ()

public MemoryLogRawDeallocation buildPartial ()

public MemoryLogRawDeallocation.Builder clearAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 int64 allocation_id = 3;

public MemoryLogRawDeallocation.Builder clearAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

public MemoryLogRawDeallocation.Builder clearDeferred ()

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

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

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

public MemoryLogRawDeallocation.Builder clearOperation ()

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

public MemoryLogRawDeallocation.Builder clearStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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

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

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

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;

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public final boolean isInitialized ()

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

Lanza
IOException

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

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

public MemoryLogRawDeallocation.Builder setAllocationId (valor largo)

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 int64 allocation_id = 3;

public MemoryLogRawDeallocation.Builder setAllocatorName (valor de cadena)

 Name of the allocator used.
 
string allocator_name = 4;

public MemoryLogRawDeallocation.Builder setAllocatorNameBytes (valor com.google.protobuf.ByteString)

 Name of the allocator used.
 
string allocator_name = 4;

public MemoryLogRawDeallocation.Builder setDeferred (valor booleano)

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

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

public MemoryLogRawDeallocation.Builder setOperation (valor de cadena)

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

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

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

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

public MemoryLogRawDeallocation.Builder setStepId (valor largo)

 Process-unique step id.
 
int64 step_id = 1;

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