Package org.tensorflow.framework
Class GraphTransferGraphOutputNodeInfo.Builder
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite.Builder
-
- org.nd4j.shade.protobuf.AbstractMessage.Builder<BuilderType>
-
- org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
- org.tensorflow.framework.GraphTransferGraphOutputNodeInfo.Builder
-
- All Implemented Interfaces:
Cloneable,org.nd4j.shade.protobuf.Message.Builder,org.nd4j.shade.protobuf.MessageLite.Builder,org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder,GraphTransferGraphOutputNodeInfoOrBuilder
- Enclosing class:
- GraphTransferGraphOutputNodeInfo
public static final class GraphTransferGraphOutputNodeInfo.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder> implements GraphTransferGraphOutputNodeInfoOrBuilder
Protobuf typetensorflow.GraphTransferGraphOutputNodeInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphTransferGraphOutputNodeInfo.BuilderaddAllShape(Iterable<? extends Long> values)repeated int64 shape = 2;GraphTransferGraphOutputNodeInfo.BuilderaddRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)GraphTransferGraphOutputNodeInfo.BuilderaddShape(long value)repeated int64 shape = 2;GraphTransferGraphOutputNodeInfobuild()GraphTransferGraphOutputNodeInfobuildPartial()GraphTransferGraphOutputNodeInfo.Builderclear()GraphTransferGraphOutputNodeInfo.BuilderclearDtype().tensorflow.DataType dtype = 3;GraphTransferGraphOutputNodeInfo.BuilderclearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)GraphTransferGraphOutputNodeInfo.BuilderclearName()string name = 1;GraphTransferGraphOutputNodeInfo.BuilderclearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)GraphTransferGraphOutputNodeInfo.BuilderclearShape()repeated int64 shape = 2;GraphTransferGraphOutputNodeInfo.Builderclone()GraphTransferGraphOutputNodeInfogetDefaultInstanceForType()static org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptor()org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptorForType()DataTypegetDtype().tensorflow.DataType dtype = 3;intgetDtypeValue().tensorflow.DataType dtype = 3;StringgetName()string name = 1;org.nd4j.shade.protobuf.ByteStringgetNameBytes()string name = 1;longgetShape(int index)repeated int64 shape = 2;intgetShapeCount()repeated int64 shape = 2;List<Long>getShapeList()repeated int64 shape = 2;protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()GraphTransferGraphOutputNodeInfo.BuildermergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)GraphTransferGraphOutputNodeInfo.BuildermergeFrom(org.nd4j.shade.protobuf.Message other)GraphTransferGraphOutputNodeInfo.BuildermergeFrom(GraphTransferGraphOutputNodeInfo other)GraphTransferGraphOutputNodeInfo.BuildermergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)GraphTransferGraphOutputNodeInfo.BuildersetDtype(DataType value).tensorflow.DataType dtype = 3;GraphTransferGraphOutputNodeInfo.BuildersetDtypeValue(int value).tensorflow.DataType dtype = 3;GraphTransferGraphOutputNodeInfo.BuildersetField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)GraphTransferGraphOutputNodeInfo.BuildersetName(String value)string name = 1;GraphTransferGraphOutputNodeInfo.BuildersetNameBytes(org.nd4j.shade.protobuf.ByteString value)string name = 1;GraphTransferGraphOutputNodeInfo.BuildersetRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GraphTransferGraphOutputNodeInfo.BuildersetShape(int index, long value)repeated int64 shape = 2;GraphTransferGraphOutputNodeInfo.BuildersetUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
clear
public GraphTransferGraphOutputNodeInfo.Builder clear()
- Specified by:
clearin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
clearin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
clearin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
getDescriptorForType
public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
getDefaultInstanceForType
public GraphTransferGraphOutputNodeInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
build
public GraphTransferGraphOutputNodeInfo build()
- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
buildPartial
public GraphTransferGraphOutputNodeInfo buildPartial()
- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
clone
public GraphTransferGraphOutputNodeInfo.Builder clone()
- Specified by:
clonein interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
clonein interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
clonein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
setField
public GraphTransferGraphOutputNodeInfo.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
clearField
public GraphTransferGraphOutputNodeInfo.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
clearFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
clearOneof
public GraphTransferGraphOutputNodeInfo.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
clearOneofin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
setRepeatedField
public GraphTransferGraphOutputNodeInfo.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
addRepeatedField
public GraphTransferGraphOutputNodeInfo.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
mergeFrom
public GraphTransferGraphOutputNodeInfo.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
mergeFromin classorg.nd4j.shade.protobuf.AbstractMessage.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
mergeFrom
public GraphTransferGraphOutputNodeInfo.Builder mergeFrom(GraphTransferGraphOutputNodeInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
mergeFrom
public GraphTransferGraphOutputNodeInfo.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
mergeFromin classorg.nd4j.shade.protobuf.AbstractMessage.Builder<GraphTransferGraphOutputNodeInfo.Builder>- Throws:
IOException
-
getName
public String getName()
string name = 1;- Specified by:
getNamein interfaceGraphTransferGraphOutputNodeInfoOrBuilder- Returns:
- The name.
-
getNameBytes
public org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;- Specified by:
getNameBytesin interfaceGraphTransferGraphOutputNodeInfoOrBuilder- Returns:
- The bytes for name.
-
setName
public GraphTransferGraphOutputNodeInfo.Builder setName(String value)
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public GraphTransferGraphOutputNodeInfo.Builder clearName()
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public GraphTransferGraphOutputNodeInfo.Builder setNameBytes(org.nd4j.shade.protobuf.ByteString value)
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getShapeList
public List<Long> getShapeList()
repeated int64 shape = 2;- Specified by:
getShapeListin interfaceGraphTransferGraphOutputNodeInfoOrBuilder- Returns:
- A list containing the shape.
-
getShapeCount
public int getShapeCount()
repeated int64 shape = 2;- Specified by:
getShapeCountin interfaceGraphTransferGraphOutputNodeInfoOrBuilder- Returns:
- The count of shape.
-
getShape
public long getShape(int index)
repeated int64 shape = 2;- Specified by:
getShapein interfaceGraphTransferGraphOutputNodeInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The shape at the given index.
-
setShape
public GraphTransferGraphOutputNodeInfo.Builder setShape(int index, long value)
repeated int64 shape = 2;- Parameters:
index- The index to set the value at.value- The shape to set.- Returns:
- This builder for chaining.
-
addShape
public GraphTransferGraphOutputNodeInfo.Builder addShape(long value)
repeated int64 shape = 2;- Parameters:
value- The shape to add.- Returns:
- This builder for chaining.
-
addAllShape
public GraphTransferGraphOutputNodeInfo.Builder addAllShape(Iterable<? extends Long> values)
repeated int64 shape = 2;- Parameters:
values- The shape to add.- Returns:
- This builder for chaining.
-
clearShape
public GraphTransferGraphOutputNodeInfo.Builder clearShape()
repeated int64 shape = 2;- Returns:
- This builder for chaining.
-
getDtypeValue
public int getDtypeValue()
.tensorflow.DataType dtype = 3;- Specified by:
getDtypeValuein interfaceGraphTransferGraphOutputNodeInfoOrBuilder- Returns:
- The enum numeric value on the wire for dtype.
-
setDtypeValue
public GraphTransferGraphOutputNodeInfo.Builder setDtypeValue(int value)
.tensorflow.DataType dtype = 3;- Parameters:
value- The enum numeric value on the wire for dtype to set.- Returns:
- This builder for chaining.
-
getDtype
public DataType getDtype()
.tensorflow.DataType dtype = 3;- Specified by:
getDtypein interfaceGraphTransferGraphOutputNodeInfoOrBuilder- Returns:
- The dtype.
-
setDtype
public GraphTransferGraphOutputNodeInfo.Builder setDtype(DataType value)
.tensorflow.DataType dtype = 3;- Parameters:
value- The dtype to set.- Returns:
- This builder for chaining.
-
clearDtype
public GraphTransferGraphOutputNodeInfo.Builder clearDtype()
.tensorflow.DataType dtype = 3;- Returns:
- This builder for chaining.
-
setUnknownFields
public final GraphTransferGraphOutputNodeInfo.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
mergeUnknownFields
public final GraphTransferGraphOutputNodeInfo.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphOutputNodeInfo.Builder>
-
-