public static final class GraphTransferInfo.NodeInfo.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<GraphTransferInfo.NodeInfo.Builder> implements GraphTransferInfo.NodeInfoOrBuilder
tensorflow.GraphTransferInfo.NodeInfo| Modifier and Type | Method and Description |
|---|---|
GraphTransferInfo.NodeInfo.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
GraphTransferInfo.NodeInfo |
build() |
GraphTransferInfo.NodeInfo |
buildPartial() |
GraphTransferInfo.NodeInfo.Builder |
clear() |
GraphTransferInfo.NodeInfo.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
GraphTransferInfo.NodeInfo.Builder |
clearInputCount()
int32 input_count = 6; |
GraphTransferInfo.NodeInfo.Builder |
clearName()
string name = 1; |
GraphTransferInfo.NodeInfo.Builder |
clearNodeId()
int32 node_id = 2; |
GraphTransferInfo.NodeInfo.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
GraphTransferInfo.NodeInfo.Builder |
clearOutputCount()
int32 output_count = 7; |
GraphTransferInfo.NodeInfo.Builder |
clearPaddingId()
int32 padding_id = 5; |
GraphTransferInfo.NodeInfo.Builder |
clearSocOpId()
int32 soc_op_id = 4; |
GraphTransferInfo.NodeInfo.Builder |
clearTypeName()
string type_name = 3; |
GraphTransferInfo.NodeInfo.Builder |
clone() |
GraphTransferInfo.NodeInfo |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
int |
getInputCount()
int32 input_count = 6; |
String |
getName()
string name = 1; |
com.github.os72.protobuf351.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; |
com.github.os72.protobuf351.ByteString |
getTypeNameBytes()
string type_name = 3; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GraphTransferInfo.NodeInfo.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
GraphTransferInfo.NodeInfo.Builder |
mergeFrom(GraphTransferInfo.NodeInfo other) |
GraphTransferInfo.NodeInfo.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
GraphTransferInfo.NodeInfo.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
GraphTransferInfo.NodeInfo.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
GraphTransferInfo.NodeInfo.Builder |
setInputCount(int value)
int32 input_count = 6; |
GraphTransferInfo.NodeInfo.Builder |
setName(String value)
string name = 1; |
GraphTransferInfo.NodeInfo.Builder |
setNameBytes(com.github.os72.protobuf351.ByteString value)
string name = 1; |
GraphTransferInfo.NodeInfo.Builder |
setNodeId(int value)
int32 node_id = 2; |
GraphTransferInfo.NodeInfo.Builder |
setOutputCount(int value)
int32 output_count = 7; |
GraphTransferInfo.NodeInfo.Builder |
setPaddingId(int value)
int32 padding_id = 5; |
GraphTransferInfo.NodeInfo.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
GraphTransferInfo.NodeInfo.Builder |
setSocOpId(int value)
int32 soc_op_id = 4; |
GraphTransferInfo.NodeInfo.Builder |
setTypeName(String value)
string type_name = 3; |
GraphTransferInfo.NodeInfo.Builder |
setTypeNameBytes(com.github.os72.protobuf351.ByteString value)
string type_name = 3; |
GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic GraphTransferInfo.NodeInfo build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic GraphTransferInfo.NodeInfo buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.Builder mergeFrom(GraphTransferInfo.NodeInfo other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<GraphTransferInfo.NodeInfo.Builder>public GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>IOExceptionpublic String getName()
string name = 1;getName in interface GraphTransferInfo.NodeInfoOrBuilderpublic com.github.os72.protobuf351.ByteString getNameBytes()
string name = 1;getNameBytes in interface GraphTransferInfo.NodeInfoOrBuilderpublic GraphTransferInfo.NodeInfo.Builder setName(String value)
string name = 1;public GraphTransferInfo.NodeInfo.Builder clearName()
string name = 1;public GraphTransferInfo.NodeInfo.Builder setNameBytes(com.github.os72.protobuf351.ByteString value)
string name = 1;public int getNodeId()
int32 node_id = 2;getNodeId in interface GraphTransferInfo.NodeInfoOrBuilderpublic GraphTransferInfo.NodeInfo.Builder setNodeId(int value)
int32 node_id = 2;public GraphTransferInfo.NodeInfo.Builder clearNodeId()
int32 node_id = 2;public String getTypeName()
string type_name = 3;getTypeName in interface GraphTransferInfo.NodeInfoOrBuilderpublic com.github.os72.protobuf351.ByteString getTypeNameBytes()
string type_name = 3;getTypeNameBytes in interface GraphTransferInfo.NodeInfoOrBuilderpublic GraphTransferInfo.NodeInfo.Builder setTypeName(String value)
string type_name = 3;public GraphTransferInfo.NodeInfo.Builder clearTypeName()
string type_name = 3;public GraphTransferInfo.NodeInfo.Builder setTypeNameBytes(com.github.os72.protobuf351.ByteString value)
string type_name = 3;public int getSocOpId()
int32 soc_op_id = 4;getSocOpId in interface GraphTransferInfo.NodeInfoOrBuilderpublic GraphTransferInfo.NodeInfo.Builder setSocOpId(int value)
int32 soc_op_id = 4;public GraphTransferInfo.NodeInfo.Builder clearSocOpId()
int32 soc_op_id = 4;public int getPaddingId()
int32 padding_id = 5;getPaddingId in interface GraphTransferInfo.NodeInfoOrBuilderpublic GraphTransferInfo.NodeInfo.Builder setPaddingId(int value)
int32 padding_id = 5;public GraphTransferInfo.NodeInfo.Builder clearPaddingId()
int32 padding_id = 5;public int getInputCount()
int32 input_count = 6;getInputCount in interface GraphTransferInfo.NodeInfoOrBuilderpublic GraphTransferInfo.NodeInfo.Builder setInputCount(int value)
int32 input_count = 6;public GraphTransferInfo.NodeInfo.Builder clearInputCount()
int32 input_count = 6;public int getOutputCount()
int32 output_count = 7;getOutputCount in interface GraphTransferInfo.NodeInfoOrBuilderpublic GraphTransferInfo.NodeInfo.Builder setOutputCount(int value)
int32 output_count = 7;public GraphTransferInfo.NodeInfo.Builder clearOutputCount()
int32 output_count = 7;public final GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>public final GraphTransferInfo.NodeInfo.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<GraphTransferInfo.NodeInfo.Builder>Copyright © 2018. All rights reserved.