public static final class MemoryLogRawAllocation.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder> implements MemoryLogRawAllocationOrBuilder
tensorflow.MemoryLogRawAllocation| Modifier and Type | Method and Description |
|---|---|
MemoryLogRawAllocation.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
MemoryLogRawAllocation |
build() |
MemoryLogRawAllocation |
buildPartial() |
MemoryLogRawAllocation.Builder |
clear() |
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(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
MemoryLogRawAllocation.Builder |
clearNumBytes()
Number of bytes in the allocation.
|
MemoryLogRawAllocation.Builder |
clearOneof(com.github.os72.protobuf351.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() |
long |
getAllocationId()
Id of the tensor buffer being allocated, used to match to a
corresponding deallocation.
|
String |
getAllocatorName()
Name of the allocator used.
|
com.github.os72.protobuf351.ByteString |
getAllocatorNameBytes()
Name of the allocator used.
|
MemoryLogRawAllocation |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
long |
getNumBytes()
Number of bytes in the allocation.
|
String |
getOperation()
Name of the operation making the allocation.
|
com.github.os72.protobuf351.ByteString |
getOperationBytes()
Name of the operation making the allocation.
|
long |
getPtr()
Address of the allocation.
|
long |
getStepId()
Process-unique step id.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MemoryLogRawAllocation.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
MemoryLogRawAllocation.Builder |
mergeFrom(MemoryLogRawAllocation other) |
MemoryLogRawAllocation.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
MemoryLogRawAllocation.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
MemoryLogRawAllocation.Builder |
setAllocationId(long value)
Id of the tensor buffer being allocated, used to match to a
corresponding deallocation.
|
MemoryLogRawAllocation.Builder |
setAllocatorName(String value)
Name of the allocator used.
|
MemoryLogRawAllocation.Builder |
setAllocatorNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the allocator used.
|
MemoryLogRawAllocation.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
MemoryLogRawAllocation.Builder |
setNumBytes(long value)
Number of bytes in the allocation.
|
MemoryLogRawAllocation.Builder |
setOperation(String value)
Name of the operation making the allocation.
|
MemoryLogRawAllocation.Builder |
setOperationBytes(com.github.os72.protobuf351.ByteString value)
Name of the operation making the allocation.
|
MemoryLogRawAllocation.Builder |
setPtr(long value)
Address of the allocation.
|
MemoryLogRawAllocation.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
MemoryLogRawAllocation.Builder |
setStepId(long value)
Process-unique step id.
|
MemoryLogRawAllocation.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic MemoryLogRawAllocation build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic MemoryLogRawAllocation buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic MemoryLogRawAllocation.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder mergeFrom(MemoryLogRawAllocation other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public MemoryLogRawAllocation.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<MemoryLogRawAllocation.Builder>IOExceptionpublic long getStepId()
Process-unique step id.
int64 step_id = 1;getStepId in interface MemoryLogRawAllocationOrBuilderpublic MemoryLogRawAllocation.Builder setStepId(long value)
Process-unique step id.
int64 step_id = 1;public MemoryLogRawAllocation.Builder clearStepId()
Process-unique step id.
int64 step_id = 1;public String getOperation()
Name of the operation making the allocation.
string operation = 2;getOperation in interface MemoryLogRawAllocationOrBuilderpublic com.github.os72.protobuf351.ByteString getOperationBytes()
Name of the operation making the allocation.
string operation = 2;getOperationBytes in interface MemoryLogRawAllocationOrBuilderpublic MemoryLogRawAllocation.Builder setOperation(String value)
Name of the operation making the allocation.
string operation = 2;public MemoryLogRawAllocation.Builder clearOperation()
Name of the operation making the allocation.
string operation = 2;public MemoryLogRawAllocation.Builder setOperationBytes(com.github.os72.protobuf351.ByteString value)
Name of the operation making the allocation.
string operation = 2;public long getNumBytes()
Number of bytes in the allocation.
int64 num_bytes = 3;getNumBytes in interface MemoryLogRawAllocationOrBuilderpublic MemoryLogRawAllocation.Builder setNumBytes(long value)
Number of bytes in the allocation.
int64 num_bytes = 3;public MemoryLogRawAllocation.Builder clearNumBytes()
Number of bytes in the allocation.
int64 num_bytes = 3;public long getPtr()
Address of the allocation.
uint64 ptr = 4;getPtr in interface MemoryLogRawAllocationOrBuilderpublic MemoryLogRawAllocation.Builder setPtr(long value)
Address of the allocation.
uint64 ptr = 4;public MemoryLogRawAllocation.Builder clearPtr()
Address of the allocation.
uint64 ptr = 4;public long getAllocationId()
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
int64 allocation_id = 5;getAllocationId in interface MemoryLogRawAllocationOrBuilderpublic MemoryLogRawAllocation.Builder setAllocationId(long value)
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
int64 allocation_id = 5;public MemoryLogRawAllocation.Builder clearAllocationId()
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;getAllocatorName in interface MemoryLogRawAllocationOrBuilderpublic com.github.os72.protobuf351.ByteString getAllocatorNameBytes()
Name of the allocator used.
string allocator_name = 6;getAllocatorNameBytes in interface MemoryLogRawAllocationOrBuilderpublic MemoryLogRawAllocation.Builder setAllocatorName(String value)
Name of the allocator used.
string allocator_name = 6;public MemoryLogRawAllocation.Builder clearAllocatorName()
Name of the allocator used.
string allocator_name = 6;public MemoryLogRawAllocation.Builder setAllocatorNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the allocator used.
string allocator_name = 6;public final MemoryLogRawAllocation.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>public final MemoryLogRawAllocation.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>Copyright © 2018. All rights reserved.