public static final class MemoryLogTensorAllocation.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogTensorAllocation.Builder> implements MemoryLogTensorAllocationOrBuilder
tensorflow.MemoryLogTensorAllocation| Modifier and Type | Method and Description |
|---|---|
MemoryLogTensorAllocation.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
MemoryLogTensorAllocation |
build() |
MemoryLogTensorAllocation |
buildPartial() |
MemoryLogTensorAllocation.Builder |
clear() |
MemoryLogTensorAllocation.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
MemoryLogTensorAllocation.Builder |
clearKernelName()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
MemoryLogTensorAllocation.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
MemoryLogTensorAllocation.Builder |
clearStepId()
Process-unique step id.
|
MemoryLogTensorAllocation.Builder |
clearTensor()
Allocated tensor details.
|
MemoryLogTensorAllocation.Builder |
clone() |
MemoryLogTensorAllocation |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKernelName()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
com.github.os72.protobuf351.ByteString |
getKernelNameBytes()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
long |
getStepId()
Process-unique step id.
|
TensorDescription |
getTensor()
Allocated tensor details.
|
TensorDescription.Builder |
getTensorBuilder()
Allocated tensor details.
|
TensorDescriptionOrBuilder |
getTensorOrBuilder()
Allocated tensor details.
|
boolean |
hasTensor()
Allocated tensor details.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MemoryLogTensorAllocation.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
MemoryLogTensorAllocation.Builder |
mergeFrom(MemoryLogTensorAllocation other) |
MemoryLogTensorAllocation.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
MemoryLogTensorAllocation.Builder |
mergeTensor(TensorDescription value)
Allocated tensor details.
|
MemoryLogTensorAllocation.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
MemoryLogTensorAllocation.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
MemoryLogTensorAllocation.Builder |
setKernelName(String value)
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
MemoryLogTensorAllocation.Builder |
setKernelNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
MemoryLogTensorAllocation.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
MemoryLogTensorAllocation.Builder |
setStepId(long value)
Process-unique step id.
|
MemoryLogTensorAllocation.Builder |
setTensor(TensorDescription.Builder builderForValue)
Allocated tensor details.
|
MemoryLogTensorAllocation.Builder |
setTensor(TensorDescription value)
Allocated tensor details.
|
MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic MemoryLogTensorAllocation build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic MemoryLogTensorAllocation buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.Builder mergeFrom(MemoryLogTensorAllocation other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<MemoryLogTensorAllocation.Builder>public MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>IOExceptionpublic long getStepId()
Process-unique step id.
int64 step_id = 1;getStepId in interface MemoryLogTensorAllocationOrBuilderpublic MemoryLogTensorAllocation.Builder setStepId(long value)
Process-unique step id.
int64 step_id = 1;public MemoryLogTensorAllocation.Builder clearStepId()
Process-unique step id.
int64 step_id = 1;public String getKernelName()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;getKernelName in interface MemoryLogTensorAllocationOrBuilderpublic com.github.os72.protobuf351.ByteString getKernelNameBytes()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;getKernelNameBytes in interface MemoryLogTensorAllocationOrBuilderpublic MemoryLogTensorAllocation.Builder setKernelName(String value)
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;public MemoryLogTensorAllocation.Builder clearKernelName()
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;public MemoryLogTensorAllocation.Builder setKernelNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".
string kernel_name = 2;public boolean hasTensor()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;hasTensor in interface MemoryLogTensorAllocationOrBuilderpublic TensorDescription getTensor()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;getTensor in interface MemoryLogTensorAllocationOrBuilderpublic MemoryLogTensorAllocation.Builder setTensor(TensorDescription value)
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;public MemoryLogTensorAllocation.Builder setTensor(TensorDescription.Builder builderForValue)
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;public MemoryLogTensorAllocation.Builder mergeTensor(TensorDescription value)
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;public MemoryLogTensorAllocation.Builder clearTensor()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;public TensorDescription.Builder getTensorBuilder()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;public TensorDescriptionOrBuilder getTensorOrBuilder()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;getTensorOrBuilder in interface MemoryLogTensorAllocationOrBuilderpublic final MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>public final MemoryLogTensorAllocation.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<MemoryLogTensorAllocation.Builder>Copyright © 2018. All rights reserved.