MemoryLogRawDeallocation.Builder

classe final estática pública MemoryLogRawDeallocation.Builder

Tipo de protobuf tensorflow.MemoryLogRawDeallocation

Métodos Públicos

MemoryLogRawDeallocation.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
MemoryLogRawDeallocation
MemoryLogRawDeallocation
MemoryLogRawDeallocation.Builder
claro ()
MemoryLogRawDeallocation.Builder
clearAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
MemoryLogRawDeallocation.Builder
limparAllocatorName ()
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
limparDeferido ()
 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 umof)
MemoryLogRawDeallocation.Builder
operação clara ()
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
limparStepId ()
 Process-unique step id.
MemoryLogRawDeallocation.Builder
clonar ()
longo
getAllocationId ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
Corda
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
MemoryLogRawDeallocation
boleano
getDeferido ()
 True if the deallocation is queued and will be performed later,
 e.g.
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Corda
getOperação ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
longo
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 outro)
MemoryLogRawDeallocation.Builder final
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
MemoryLogRawDeallocation.Builder
setAllocationId (valor longo)
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
MemoryLogRawDeallocation.Builder
setAllocatorName (valor da string)
 Name of the allocator used.
MemoryLogRawDeallocation.Builder
setAllocatorNameBytes (valor 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 do objeto)
MemoryLogRawDeallocation.Builder
setOperation (valor da string)
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
setOperationBytes (valor com.google.protobuf.ByteString)
 Name of the operation making the deallocation.
MemoryLogRawDeallocation.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
MemoryLogRawDeallocation.Builder
setStepId (valor longo)
 Process-unique step id.
MemoryLogRawDeallocation.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

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

compilação pública MemoryLogRawDeallocation ()

público MemoryLogRawDeallocation buildPartial ()

Memória públicaLogRawDeallocation.Builder clearAllocationId ()

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

Memória públicaLogRawDeallocation.Builder clearAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

memória públicaLogRawDeallocation.Builder clearDeferred ()

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

público MemoryLogRawDeallocation.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público MemoryLogRawDeallocation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

Memória públicaLogRawDeallocation.Builder clearOperation ()

operação de string

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

Memória públicaLogRawDeallocation.Builder clearStepId ()

 Process-unique step id.
 
int64 step_id = 1;

getAllocationId longo público ()

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

String pública getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

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

 Name of the allocator used.
 
string allocator_name = 4;

MemoryLogRawDeallocation público getDefaultInstanceForType ()

público booleano getDeferred ()

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

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

String pública getOperation ()

operação de string

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

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

operação de string

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

público longo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

público final booleano isInitialized ()

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

Lança
IOException

público MemoryLogRawDeallocation.Builder mergeFrom (com.google.protobuf.Message outro)

público final MemoryLogRawDeallocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

público MemoryLogRawDeallocation.Builder setAllocationId (valor longo)

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

público MemoryLogRawDeallocation.Builder setAllocatorName (valor da string)

 Name of the allocator used.
 
string allocator_name = 4;

público MemoryLogRawDeallocation.Builder setAllocatorNameBytes (valor com.google.protobuf.ByteString)

 Name of the allocator used.
 
string allocator_name = 4;

público 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 do objeto)

público MemoryLogRawDeallocation.Builder setOperation (valor de string)

operação de string

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

público MemoryLogRawDeallocation.Builder setOperationBytes (valor com.google.protobuf.ByteString)

operação de string

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

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

público MemoryLogRawDeallocation.Builder setStepId (valor longo)

 Process-unique step id.
 
int64 step_id = 1;

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