public static final class
MemoryLogTensorDeallocation.Builder
Protobuf type tensorflow.MemoryLogTensorDeallocation
Public Methods
MemoryLogTensorDeallocation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
MemoryLogTensorDeallocation |
build()
|
MemoryLogTensorDeallocation | |
MemoryLogTensorDeallocation.Builder |
clear()
|
MemoryLogTensorDeallocation.Builder |
clearAllocationId()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation. |
MemoryLogTensorDeallocation.Builder |
clearAllocatorName()
Name of the allocator used. |
MemoryLogTensorDeallocation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
MemoryLogTensorDeallocation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
MemoryLogTensorDeallocation.Builder |
clone()
|
long |
getAllocationId()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation. |
String |
getAllocatorName()
Name of the allocator used. |
com.google.protobuf.ByteString |
getAllocatorNameBytes()
Name of the allocator used. |
MemoryLogTensorDeallocation | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
final boolean | |
MemoryLogTensorDeallocation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
MemoryLogTensorDeallocation.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final MemoryLogTensorDeallocation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
MemoryLogTensorDeallocation.Builder |
setAllocationId(long value)
Id of the tensor buffer being deallocated, used to match to a corresponding allocation. |
MemoryLogTensorDeallocation.Builder |
setAllocatorName(String value)
Name of the allocator used. |
MemoryLogTensorDeallocation.Builder |
setAllocatorNameBytes(com.google.protobuf.ByteString value)
Name of the allocator used. |
MemoryLogTensorDeallocation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
MemoryLogTensorDeallocation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final MemoryLogTensorDeallocation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public MemoryLogTensorDeallocation.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public MemoryLogTensorDeallocation.Builder clearAllocationId ()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
int64 allocation_id = 1;
public MemoryLogTensorDeallocation.Builder clearAllocatorName ()
Name of the allocator used.
string allocator_name = 2;
public MemoryLogTensorDeallocation.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public MemoryLogTensorDeallocation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public long getAllocationId ()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
int64 allocation_id = 1;
public String getAllocatorName ()
Name of the allocator used.
string allocator_name = 2;
public com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public final boolean isInitialized ()
public MemoryLogTensorDeallocation.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final MemoryLogTensorDeallocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public MemoryLogTensorDeallocation.Builder setAllocationId (long value)
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
int64 allocation_id = 1;
public MemoryLogTensorDeallocation.Builder setAllocatorName (String value)
Name of the allocator used.
string allocator_name = 2;
public MemoryLogTensorDeallocation.Builder setAllocatorNameBytes (com.google.protobuf.ByteString value)
Name of the allocator used.
string allocator_name = 2;