public static final class GraphTransferNodeInfo.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder> implements GraphTransferNodeInfoOrBuilder
tensorflow.GraphTransferNodeInfo| Modifier and Type | Method and Description |
|---|---|
GraphTransferNodeInfo.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GraphTransferNodeInfo |
build() |
GraphTransferNodeInfo |
buildPartial() |
GraphTransferNodeInfo.Builder |
clear() |
GraphTransferNodeInfo.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
GraphTransferNodeInfo.Builder |
clearInputCount()
int32 input_count = 6; |
GraphTransferNodeInfo.Builder |
clearName()
string name = 1; |
GraphTransferNodeInfo.Builder |
clearNodeId()
int32 node_id = 2; |
GraphTransferNodeInfo.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
GraphTransferNodeInfo.Builder |
clearOutputCount()
int32 output_count = 7; |
GraphTransferNodeInfo.Builder |
clearPaddingId()
int32 padding_id = 5; |
GraphTransferNodeInfo.Builder |
clearSocOpId()
int32 soc_op_id = 4; |
GraphTransferNodeInfo.Builder |
clearTypeName()
string type_name = 3; |
GraphTransferNodeInfo.Builder |
clone() |
GraphTransferNodeInfo |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getInputCount()
int32 input_count = 6; |
String |
getName()
string name = 1; |
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
string name = 1; |
int |
getNodeId()
int32 node_id = 2; |
int |
getOutputCount()
int32 output_count = 7; |
int |
getPaddingId()
int32 padding_id = 5; |
int |
getSocOpId()
int32 soc_op_id = 4; |
String |
getTypeName()
string type_name = 3; |
org.nd4j.shade.protobuf.ByteString |
getTypeNameBytes()
string type_name = 3; |
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GraphTransferNodeInfo.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphTransferNodeInfo.Builder |
mergeFrom(GraphTransferNodeInfo other) |
GraphTransferNodeInfo.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
GraphTransferNodeInfo.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
GraphTransferNodeInfo.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GraphTransferNodeInfo.Builder |
setInputCount(int value)
int32 input_count = 6; |
GraphTransferNodeInfo.Builder |
setName(String value)
string name = 1; |
GraphTransferNodeInfo.Builder |
setNameBytes(org.nd4j.shade.protobuf.ByteString value)
string name = 1; |
GraphTransferNodeInfo.Builder |
setNodeId(int value)
int32 node_id = 2; |
GraphTransferNodeInfo.Builder |
setOutputCount(int value)
int32 output_count = 7; |
GraphTransferNodeInfo.Builder |
setPaddingId(int value)
int32 padding_id = 5; |
GraphTransferNodeInfo.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GraphTransferNodeInfo.Builder |
setSocOpId(int value)
int32 soc_op_id = 4; |
GraphTransferNodeInfo.Builder |
setTypeName(String value)
string type_name = 3; |
GraphTransferNodeInfo.Builder |
setTypeNameBytes(org.nd4j.shade.protobuf.ByteString value)
string type_name = 3; |
GraphTransferNodeInfo.Builder |
setUnknownFields(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic GraphTransferNodeInfo build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic GraphTransferNodeInfo buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic GraphTransferNodeInfo.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder mergeFrom(GraphTransferNodeInfo other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public GraphTransferNodeInfo.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<GraphTransferNodeInfo.Builder>IOExceptionpublic String getName()
string name = 1;getName in interface GraphTransferNodeInfoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;getNameBytes in interface GraphTransferNodeInfoOrBuilderpublic GraphTransferNodeInfo.Builder setName(String value)
string name = 1;public GraphTransferNodeInfo.Builder clearName()
string name = 1;public GraphTransferNodeInfo.Builder setNameBytes(org.nd4j.shade.protobuf.ByteString value)
string name = 1;public int getNodeId()
int32 node_id = 2;getNodeId in interface GraphTransferNodeInfoOrBuilderpublic GraphTransferNodeInfo.Builder setNodeId(int value)
int32 node_id = 2;public GraphTransferNodeInfo.Builder clearNodeId()
int32 node_id = 2;public String getTypeName()
string type_name = 3;getTypeName in interface GraphTransferNodeInfoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getTypeNameBytes()
string type_name = 3;getTypeNameBytes in interface GraphTransferNodeInfoOrBuilderpublic GraphTransferNodeInfo.Builder setTypeName(String value)
string type_name = 3;public GraphTransferNodeInfo.Builder clearTypeName()
string type_name = 3;public GraphTransferNodeInfo.Builder setTypeNameBytes(org.nd4j.shade.protobuf.ByteString value)
string type_name = 3;public int getSocOpId()
int32 soc_op_id = 4;getSocOpId in interface GraphTransferNodeInfoOrBuilderpublic GraphTransferNodeInfo.Builder setSocOpId(int value)
int32 soc_op_id = 4;public GraphTransferNodeInfo.Builder clearSocOpId()
int32 soc_op_id = 4;public int getPaddingId()
int32 padding_id = 5;getPaddingId in interface GraphTransferNodeInfoOrBuilderpublic GraphTransferNodeInfo.Builder setPaddingId(int value)
int32 padding_id = 5;public GraphTransferNodeInfo.Builder clearPaddingId()
int32 padding_id = 5;public int getInputCount()
int32 input_count = 6;getInputCount in interface GraphTransferNodeInfoOrBuilderpublic GraphTransferNodeInfo.Builder setInputCount(int value)
int32 input_count = 6;public GraphTransferNodeInfo.Builder clearInputCount()
int32 input_count = 6;public int getOutputCount()
int32 output_count = 7;getOutputCount in interface GraphTransferNodeInfoOrBuilderpublic GraphTransferNodeInfo.Builder setOutputCount(int value)
int32 output_count = 7;public GraphTransferNodeInfo.Builder clearOutputCount()
int32 output_count = 7;public final GraphTransferNodeInfo.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>public final GraphTransferNodeInfo.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<GraphTransferNodeInfo.Builder>Copyright © 2021. All rights reserved.