Package org.tensorflow.framework
Class GraphTransferGraphInputNodeInfo.Builder
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite.Builder
-
- org.nd4j.shade.protobuf.AbstractMessage.Builder<BuilderType>
-
- org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphInputNodeInfo.Builder>
-
- org.tensorflow.framework.GraphTransferGraphInputNodeInfo.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,GraphTransferGraphInputNodeInfoOrBuilder
- Enclosing class:
- GraphTransferGraphInputNodeInfo
public static final class GraphTransferGraphInputNodeInfo.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphInputNodeInfo.Builder> implements GraphTransferGraphInputNodeInfoOrBuilder
Protobuf typetensorflow.GraphTransferGraphInputNodeInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphTransferGraphInputNodeInfo.BuilderaddAllShape(Iterable<? extends Long> values)repeated int64 shape = 2;GraphTransferGraphInputNodeInfo.BuilderaddRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)GraphTransferGraphInputNodeInfo.BuilderaddShape(long value)repeated int64 shape = 2;GraphTransferGraphInputNodeInfobuild()GraphTransferGraphInputNodeInfobuildPartial()GraphTransferGraphInputNodeInfo.Builderclear()GraphTransferGraphInputNodeInfo.BuilderclearDtype().tensorflow.DataType dtype = 3;GraphTransferGraphInputNodeInfo.BuilderclearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)GraphTransferGraphInputNodeInfo.BuilderclearName()string name = 1;GraphTransferGraphInputNodeInfo.BuilderclearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)GraphTransferGraphInputNodeInfo.BuilderclearShape()repeated int64 shape = 2;GraphTransferGraphInputNodeInfo.Builderclone()GraphTransferGraphInputNodeInfogetDefaultInstanceForType()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()GraphTransferGraphInputNodeInfo.BuildermergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)GraphTransferGraphInputNodeInfo.BuildermergeFrom(org.nd4j.shade.protobuf.Message other)GraphTransferGraphInputNodeInfo.BuildermergeFrom(GraphTransferGraphInputNodeInfo other)GraphTransferGraphInputNodeInfo.BuildermergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)GraphTransferGraphInputNodeInfo.BuildersetDtype(DataType value).tensorflow.DataType dtype = 3;GraphTransferGraphInputNodeInfo.BuildersetDtypeValue(int value).tensorflow.DataType dtype = 3;GraphTransferGraphInputNodeInfo.BuildersetField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)GraphTransferGraphInputNodeInfo.BuildersetName(String value)string name = 1;GraphTransferGraphInputNodeInfo.BuildersetNameBytes(org.nd4j.shade.protobuf.ByteString value)string name = 1;GraphTransferGraphInputNodeInfo.BuildersetRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GraphTransferGraphInputNodeInfo.BuildersetShape(int index, long value)repeated int64 shape = 2;GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
clear
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
getDefaultInstanceForType
public GraphTransferGraphInputNodeInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
build
public GraphTransferGraphInputNodeInfo build()
- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
buildPartial
public GraphTransferGraphInputNodeInfo buildPartial()
- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
clone
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
setField
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
clearField
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
clearOneof
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
setRepeatedField
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
addRepeatedField
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
mergeFrom
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
mergeFrom
public GraphTransferGraphInputNodeInfo.Builder mergeFrom(GraphTransferGraphInputNodeInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferGraphInputNodeInfo.Builder>
-
mergeFrom
public GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>- Throws:
IOException
-
getName
public String getName()
string name = 1;- Specified by:
getNamein interfaceGraphTransferGraphInputNodeInfoOrBuilder- Returns:
- The name.
-
getNameBytes
public org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;- Specified by:
getNameBytesin interfaceGraphTransferGraphInputNodeInfoOrBuilder- Returns:
- The bytes for name.
-
setName
public GraphTransferGraphInputNodeInfo.Builder setName(String value)
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public GraphTransferGraphInputNodeInfo.Builder clearName()
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public GraphTransferGraphInputNodeInfo.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 interfaceGraphTransferGraphInputNodeInfoOrBuilder- Returns:
- A list containing the shape.
-
getShapeCount
public int getShapeCount()
repeated int64 shape = 2;- Specified by:
getShapeCountin interfaceGraphTransferGraphInputNodeInfoOrBuilder- Returns:
- The count of shape.
-
getShape
public long getShape(int index)
repeated int64 shape = 2;- Specified by:
getShapein interfaceGraphTransferGraphInputNodeInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The shape at the given index.
-
setShape
public GraphTransferGraphInputNodeInfo.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 GraphTransferGraphInputNodeInfo.Builder addShape(long value)
repeated int64 shape = 2;- Parameters:
value- The shape to add.- Returns:
- This builder for chaining.
-
addAllShape
public GraphTransferGraphInputNodeInfo.Builder addAllShape(Iterable<? extends Long> values)
repeated int64 shape = 2;- Parameters:
values- The shape to add.- Returns:
- This builder for chaining.
-
clearShape
public GraphTransferGraphInputNodeInfo.Builder clearShape()
repeated int64 shape = 2;- Returns:
- This builder for chaining.
-
getDtypeValue
public int getDtypeValue()
.tensorflow.DataType dtype = 3;- Specified by:
getDtypeValuein interfaceGraphTransferGraphInputNodeInfoOrBuilder- Returns:
- The enum numeric value on the wire for dtype.
-
setDtypeValue
public GraphTransferGraphInputNodeInfo.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 interfaceGraphTransferGraphInputNodeInfoOrBuilder- Returns:
- The dtype.
-
setDtype
public GraphTransferGraphInputNodeInfo.Builder setDtype(DataType value)
.tensorflow.DataType dtype = 3;- Parameters:
value- The dtype to set.- Returns:
- This builder for chaining.
-
clearDtype
public GraphTransferGraphInputNodeInfo.Builder clearDtype()
.tensorflow.DataType dtype = 3;- Returns:
- This builder for chaining.
-
setUnknownFields
public final GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
mergeUnknownFields
public final GraphTransferGraphInputNodeInfo.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<GraphTransferGraphInputNodeInfo.Builder>
-
-