public static final class OnnxMlProto3.NodeProto.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxMlProto3.NodeProto.Builder> implements OnnxMlProto3.NodeProtoOrBuilder
NodeProto stores a node that is similar to the notion of "layer" or "operator" in many deep learning frameworks. For example, it can be a node of type "Conv" that takes in an image, a filter tensor and a bias tensor, and produces the convolved output.Protobuf type
onnx.NodeProto| Modifier and Type | Method and Description |
|---|---|
OnnxMlProto3.NodeProto.Builder |
addAllAttribute(Iterable<? extends OnnxMlProto3.AttributeProto> values)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
addAllInput(Iterable<String> values)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
addAllOutput(Iterable<String> values)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
addAttribute(int index,
OnnxMlProto3.AttributeProto.Builder builderForValue)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
addAttribute(int index,
OnnxMlProto3.AttributeProto value)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
addAttribute(OnnxMlProto3.AttributeProto.Builder builderForValue)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
addAttribute(OnnxMlProto3.AttributeProto value)
Additional named attributes.
|
OnnxMlProto3.AttributeProto.Builder |
addAttributeBuilder()
Additional named attributes.
|
OnnxMlProto3.AttributeProto.Builder |
addAttributeBuilder(int index)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
addInput(String value)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
addInputBytes(com.github.os72.protobuf351.ByteString value)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
addOutput(String value)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
addOutputBytes(com.github.os72.protobuf351.ByteString value)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxMlProto3.NodeProto |
build() |
OnnxMlProto3.NodeProto |
buildPartial() |
OnnxMlProto3.NodeProto.Builder |
clear() |
OnnxMlProto3.NodeProto.Builder |
clearAttribute()
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
clearDocString()
A human-readable documentation for this node.
|
OnnxMlProto3.NodeProto.Builder |
clearDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMlProto3.NodeProto.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
OnnxMlProto3.NodeProto.Builder |
clearInput()
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
clearName()
An optional identifier for this node in a graph.
|
OnnxMlProto3.NodeProto.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
OnnxMlProto3.NodeProto.Builder |
clearOpType()
The symbolic identifier of the Operator to execute.
|
OnnxMlProto3.NodeProto.Builder |
clearOutput()
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
clone() |
OnnxMlProto3.AttributeProto |
getAttribute(int index)
Additional named attributes.
|
OnnxMlProto3.AttributeProto.Builder |
getAttributeBuilder(int index)
Additional named attributes.
|
List<OnnxMlProto3.AttributeProto.Builder> |
getAttributeBuilderList()
Additional named attributes.
|
int |
getAttributeCount()
Additional named attributes.
|
List<OnnxMlProto3.AttributeProto> |
getAttributeList()
Additional named attributes.
|
OnnxMlProto3.AttributeProtoOrBuilder |
getAttributeOrBuilder(int index)
Additional named attributes.
|
List<? extends OnnxMlProto3.AttributeProtoOrBuilder> |
getAttributeOrBuilderList()
Additional named attributes.
|
OnnxMlProto3.NodeProto |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocString()
A human-readable documentation for this node.
|
com.github.os72.protobuf351.ByteString |
getDocStringBytes()
A human-readable documentation for this node.
|
String |
getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
com.github.os72.protobuf351.ByteString |
getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
|
String |
getInput(int index)
namespace Value
|
com.github.os72.protobuf351.ByteString |
getInputBytes(int index)
namespace Value
|
int |
getInputCount()
namespace Value
|
com.github.os72.protobuf351.ProtocolStringList |
getInputList()
namespace Value
|
String |
getName()
An optional identifier for this node in a graph.
|
com.github.os72.protobuf351.ByteString |
getNameBytes()
An optional identifier for this node in a graph.
|
String |
getOpType()
The symbolic identifier of the Operator to execute.
|
com.github.os72.protobuf351.ByteString |
getOpTypeBytes()
The symbolic identifier of the Operator to execute.
|
String |
getOutput(int index)
namespace Value
|
com.github.os72.protobuf351.ByteString |
getOutputBytes(int index)
namespace Value
|
int |
getOutputCount()
namespace Value
|
com.github.os72.protobuf351.ProtocolStringList |
getOutputList()
namespace Value
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OnnxMlProto3.NodeProto.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
OnnxMlProto3.NodeProto.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
OnnxMlProto3.NodeProto.Builder |
mergeFrom(OnnxMlProto3.NodeProto other) |
OnnxMlProto3.NodeProto.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
OnnxMlProto3.NodeProto.Builder |
removeAttribute(int index)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
setAttribute(int index,
OnnxMlProto3.AttributeProto.Builder builderForValue)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
setAttribute(int index,
OnnxMlProto3.AttributeProto value)
Additional named attributes.
|
OnnxMlProto3.NodeProto.Builder |
setDocString(String value)
A human-readable documentation for this node.
|
OnnxMlProto3.NodeProto.Builder |
setDocStringBytes(com.github.os72.protobuf351.ByteString value)
A human-readable documentation for this node.
|
OnnxMlProto3.NodeProto.Builder |
setDomain(String value)
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMlProto3.NodeProto.Builder |
setDomainBytes(com.github.os72.protobuf351.ByteString value)
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMlProto3.NodeProto.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxMlProto3.NodeProto.Builder |
setInput(int index,
String value)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
setName(String value)
An optional identifier for this node in a graph.
|
OnnxMlProto3.NodeProto.Builder |
setNameBytes(com.github.os72.protobuf351.ByteString value)
An optional identifier for this node in a graph.
|
OnnxMlProto3.NodeProto.Builder |
setOpType(String value)
The symbolic identifier of the Operator to execute.
|
OnnxMlProto3.NodeProto.Builder |
setOpTypeBytes(com.github.os72.protobuf351.ByteString value)
The symbolic identifier of the Operator to execute.
|
OnnxMlProto3.NodeProto.Builder |
setOutput(int index,
String value)
namespace Value
|
OnnxMlProto3.NodeProto.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic OnnxMlProto3.NodeProto build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic OnnxMlProto3.NodeProto buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.Builder mergeFrom(OnnxMlProto3.NodeProto other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxMlProto3.NodeProto.Builder>public OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>IOExceptionpublic com.github.os72.protobuf351.ProtocolStringList getInputList()
namespace Value
repeated string input = 1;getInputList in interface OnnxMlProto3.NodeProtoOrBuilderpublic int getInputCount()
namespace Value
repeated string input = 1;getInputCount in interface OnnxMlProto3.NodeProtoOrBuilderpublic String getInput(int index)
namespace Value
repeated string input = 1;getInput in interface OnnxMlProto3.NodeProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getInputBytes(int index)
namespace Value
repeated string input = 1;getInputBytes in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.NodeProto.Builder setInput(int index, String value)
namespace Value
repeated string input = 1;public OnnxMlProto3.NodeProto.Builder addInput(String value)
namespace Value
repeated string input = 1;public OnnxMlProto3.NodeProto.Builder addAllInput(Iterable<String> values)
namespace Value
repeated string input = 1;public OnnxMlProto3.NodeProto.Builder clearInput()
namespace Value
repeated string input = 1;public OnnxMlProto3.NodeProto.Builder addInputBytes(com.github.os72.protobuf351.ByteString value)
namespace Value
repeated string input = 1;public com.github.os72.protobuf351.ProtocolStringList getOutputList()
namespace Value
repeated string output = 2;getOutputList in interface OnnxMlProto3.NodeProtoOrBuilderpublic int getOutputCount()
namespace Value
repeated string output = 2;getOutputCount in interface OnnxMlProto3.NodeProtoOrBuilderpublic String getOutput(int index)
namespace Value
repeated string output = 2;getOutput in interface OnnxMlProto3.NodeProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getOutputBytes(int index)
namespace Value
repeated string output = 2;getOutputBytes in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.NodeProto.Builder setOutput(int index, String value)
namespace Value
repeated string output = 2;public OnnxMlProto3.NodeProto.Builder addOutput(String value)
namespace Value
repeated string output = 2;public OnnxMlProto3.NodeProto.Builder addAllOutput(Iterable<String> values)
namespace Value
repeated string output = 2;public OnnxMlProto3.NodeProto.Builder clearOutput()
namespace Value
repeated string output = 2;public OnnxMlProto3.NodeProto.Builder addOutputBytes(com.github.os72.protobuf351.ByteString value)
namespace Value
repeated string output = 2;public String getName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
string name = 3;getName in interface OnnxMlProto3.NodeProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getNameBytes()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
string name = 3;getNameBytes in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.NodeProto.Builder setName(String value)
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
string name = 3;public OnnxMlProto3.NodeProto.Builder clearName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
string name = 3;public OnnxMlProto3.NodeProto.Builder setNameBytes(com.github.os72.protobuf351.ByteString value)
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
string name = 3;public String getOpType()
The symbolic identifier of the Operator to execute.
string op_type = 4;getOpType in interface OnnxMlProto3.NodeProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getOpTypeBytes()
The symbolic identifier of the Operator to execute.
string op_type = 4;getOpTypeBytes in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.NodeProto.Builder setOpType(String value)
The symbolic identifier of the Operator to execute.
string op_type = 4;public OnnxMlProto3.NodeProto.Builder clearOpType()
The symbolic identifier of the Operator to execute.
string op_type = 4;public OnnxMlProto3.NodeProto.Builder setOpTypeBytes(com.github.os72.protobuf351.ByteString value)
The symbolic identifier of the Operator to execute.
string op_type = 4;public String getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;getDomain in interface OnnxMlProto3.NodeProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;getDomainBytes in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.NodeProto.Builder setDomain(String value)
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;public OnnxMlProto3.NodeProto.Builder clearDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;public OnnxMlProto3.NodeProto.Builder setDomainBytes(com.github.os72.protobuf351.ByteString value)
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;public List<OnnxMlProto3.AttributeProto> getAttributeList()
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;getAttributeList in interface OnnxMlProto3.NodeProtoOrBuilderpublic int getAttributeCount()
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;getAttributeCount in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.AttributeProto getAttribute(int index)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;getAttribute in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.NodeProto.Builder setAttribute(int index, OnnxMlProto3.AttributeProto value)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder setAttribute(int index, OnnxMlProto3.AttributeProto.Builder builderForValue)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder addAttribute(OnnxMlProto3.AttributeProto value)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder addAttribute(int index, OnnxMlProto3.AttributeProto value)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder addAttribute(OnnxMlProto3.AttributeProto.Builder builderForValue)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder addAttribute(int index, OnnxMlProto3.AttributeProto.Builder builderForValue)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder addAllAttribute(Iterable<? extends OnnxMlProto3.AttributeProto> values)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder clearAttribute()
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.NodeProto.Builder removeAttribute(int index)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.AttributeProto.Builder getAttributeBuilder(int index)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.AttributeProtoOrBuilder getAttributeOrBuilder(int index)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;getAttributeOrBuilder in interface OnnxMlProto3.NodeProtoOrBuilderpublic List<? extends OnnxMlProto3.AttributeProtoOrBuilder> getAttributeOrBuilderList()
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;getAttributeOrBuilderList in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.AttributeProto.Builder addAttributeBuilder()
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public OnnxMlProto3.AttributeProto.Builder addAttributeBuilder(int index)
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public List<OnnxMlProto3.AttributeProto.Builder> getAttributeBuilderList()
Additional named attributes.
NOTE: Simply using ValueProto.NameValuePairProto is the most general
solution. I kept AttributeProto to minimize churn on CI results.
repeated .onnx.AttributeProto attribute = 5;public String getDocString()
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;getDocString in interface OnnxMlProto3.NodeProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getDocStringBytes()
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;getDocStringBytes in interface OnnxMlProto3.NodeProtoOrBuilderpublic OnnxMlProto3.NodeProto.Builder setDocString(String value)
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;public OnnxMlProto3.NodeProto.Builder clearDocString()
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;public OnnxMlProto3.NodeProto.Builder setDocStringBytes(com.github.os72.protobuf351.ByteString value)
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;public final OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>public final OnnxMlProto3.NodeProto.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<OnnxMlProto3.NodeProto.Builder>Copyright © 2018. All rights reserved.