MemoryLogRawAllocation.Builder

classe final pública estática MemoryLogRawAllocation.Builder

tensorflow.MemoryLogRawAllocation type tensorflow.MemoryLogRawAllocation

Métodos Públicos

MemoryLogRawAllocation.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
MemoryLogRawAllocation
build ()
MemoryLogRawAllocation
MemoryLogRawAllocation.Builder
limpar ()
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
clone ()
longo
getAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
Fragmento
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
MemoryLogRawAllocation
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
longo
getNumBytes ()
 Number of bytes in the allocation.
Fragmento
getOperation ()
 Name of the operation making the allocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
longo
getPtr ()
 Address of the allocation.
longo
getStepId ()
 Process-unique step id.
final booleano
MemoryLogRawAllocation.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation.Builder
mergeFrom (com.google.protobuf.Message other)
final MemoryLogRawAllocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
MemoryLogRawAllocation.Builder
setAllocationId (valor longo)
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
MemoryLogRawAllocation.Builder
setAllocatorName (valor String)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setAllocatorNameBytes (com.google.protobuf.ByteString value)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
MemoryLogRawAllocation.Builder
setNumBytes (valor longo)
 Number of bytes in the allocation.
MemoryLogRawAllocation.Builder
setOperation (valor String)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setOperationBytes (com.google.protobuf.ByteString value)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setPtr (valor longo)
 Address of the allocation.
MemoryLogRawAllocation.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
MemoryLogRawAllocation.Builder
setStepId (valor longo)
 Process-unique step id.
final MemoryLogRawAllocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public MemoryLogRawAllocation.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do 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 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 ()

Operação de string operation = 2;

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

public static 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 ()

Operação de string operation = 2;

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

public com.google.protobuf.ByteString getOperationBytes ()

Operação de string operation = 2;

 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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

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

public MemoryLogRawAllocation.Builder setAllocationId (valor longo)

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

public MemoryLogRawAllocation.Builder setAllocatorName (String value)

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder setAllocatorNameBytes (com.google.protobuf.ByteString value)

 Name of the allocator used.
 
string allocator_name = 6;

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

public MemoryLogRawAllocation.Builder setNumBytes (valor longo)

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

public MemoryLogRawAllocation.Builder setOperation (String value)

Operação de string operation = 2;

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

public MemoryLogRawAllocation.Builder setOperationBytes (com.google.protobuf.ByteString value)

Operação de string operation = 2;

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

public MemoryLogRawAllocation.Builder setPtr (valor longo)

 Address of the allocation.
 
uint64 ptr = 4;

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

public MemoryLogRawAllocation.Builder setStepId (valor longo)

 Process-unique step id.
 
int64 step_id = 1;

public final MemoryLogRawAllocation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)