public static final class OnnxMl.NodeProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder> implements OnnxMl.NodeProtoOrBuilder
Nodes Computation graphs are made up of a DAG of nodes, which represent what is commonly called a "layer" or "pipeline stage" in machine 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 |
|---|---|
OnnxMl.NodeProto.Builder |
addAllAttribute(java.lang.Iterable<? extends OnnxMl.AttributeProto> values)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
addAllInput(java.lang.Iterable<java.lang.String> values)
namespace Value
|
OnnxMl.NodeProto.Builder |
addAllOutput(java.lang.Iterable<java.lang.String> values)
namespace Value
|
OnnxMl.NodeProto.Builder |
addAttribute(int index,
OnnxMl.AttributeProto.Builder builderForValue)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
addAttribute(int index,
OnnxMl.AttributeProto value)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
addAttribute(OnnxMl.AttributeProto.Builder builderForValue)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
addAttribute(OnnxMl.AttributeProto value)
Additional named attributes.
|
OnnxMl.AttributeProto.Builder |
addAttributeBuilder()
Additional named attributes.
|
OnnxMl.AttributeProto.Builder |
addAttributeBuilder(int index)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
addInput(java.lang.String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addInputBytes(com.google.protobuf.ByteString value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addOutput(java.lang.String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addOutputBytes(com.google.protobuf.ByteString value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
OnnxMl.NodeProto |
build() |
OnnxMl.NodeProto |
buildPartial() |
OnnxMl.NodeProto.Builder |
clear() |
OnnxMl.NodeProto.Builder |
clearAttribute()
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
clearDocString()
A human-readable documentation for this node.
|
OnnxMl.NodeProto.Builder |
clearDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMl.NodeProto.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
OnnxMl.NodeProto.Builder |
clearInput()
namespace Value
|
OnnxMl.NodeProto.Builder |
clearName()
An optional identifier for this node in a graph.
|
OnnxMl.NodeProto.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OnnxMl.NodeProto.Builder |
clearOpType()
The symbolic identifier of the Operator to execute.
|
OnnxMl.NodeProto.Builder |
clearOutput()
namespace Value
|
OnnxMl.NodeProto.Builder |
clone() |
OnnxMl.AttributeProto |
getAttribute(int index)
Additional named attributes.
|
OnnxMl.AttributeProto.Builder |
getAttributeBuilder(int index)
Additional named attributes.
|
java.util.List<OnnxMl.AttributeProto.Builder> |
getAttributeBuilderList()
Additional named attributes.
|
int |
getAttributeCount()
Additional named attributes.
|
java.util.List<OnnxMl.AttributeProto> |
getAttributeList()
Additional named attributes.
|
OnnxMl.AttributeProtoOrBuilder |
getAttributeOrBuilder(int index)
Additional named attributes.
|
java.util.List<? extends OnnxMl.AttributeProtoOrBuilder> |
getAttributeOrBuilderList()
Additional named attributes.
|
OnnxMl.NodeProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getDocString()
A human-readable documentation for this node.
|
com.google.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this node.
|
java.lang.String |
getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
com.google.protobuf.ByteString |
getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
|
java.lang.String |
getInput(int index)
namespace Value
|
com.google.protobuf.ByteString |
getInputBytes(int index)
namespace Value
|
int |
getInputCount()
namespace Value
|
com.google.protobuf.ProtocolStringList |
getInputList()
namespace Value
|
java.lang.String |
getName()
An optional identifier for this node in a graph.
|
com.google.protobuf.ByteString |
getNameBytes()
An optional identifier for this node in a graph.
|
java.lang.String |
getOpType()
The symbolic identifier of the Operator to execute.
|
com.google.protobuf.ByteString |
getOpTypeBytes()
The symbolic identifier of the Operator to execute.
|
java.lang.String |
getOutput(int index)
namespace Value
|
com.google.protobuf.ByteString |
getOutputBytes(int index)
namespace Value
|
int |
getOutputCount()
namespace Value
|
com.google.protobuf.ProtocolStringList |
getOutputList()
namespace Value
|
boolean |
hasDocString()
A human-readable documentation for this node.
|
boolean |
hasDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
boolean |
hasName()
An optional identifier for this node in a graph.
|
boolean |
hasOpType()
The symbolic identifier of the Operator to execute.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OnnxMl.NodeProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OnnxMl.NodeProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
OnnxMl.NodeProto.Builder |
mergeFrom(OnnxMl.NodeProto other) |
OnnxMl.NodeProto.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
OnnxMl.NodeProto.Builder |
removeAttribute(int index)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
setAttribute(int index,
OnnxMl.AttributeProto.Builder builderForValue)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
setAttribute(int index,
OnnxMl.AttributeProto value)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
setDocString(java.lang.String value)
A human-readable documentation for this node.
|
OnnxMl.NodeProto.Builder |
setDocStringBytes(com.google.protobuf.ByteString value)
A human-readable documentation for this node.
|
OnnxMl.NodeProto.Builder |
setDomain(java.lang.String value)
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMl.NodeProto.Builder |
setDomainBytes(com.google.protobuf.ByteString value)
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMl.NodeProto.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
OnnxMl.NodeProto.Builder |
setInput(int index,
java.lang.String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
setName(java.lang.String value)
An optional identifier for this node in a graph.
|
OnnxMl.NodeProto.Builder |
setNameBytes(com.google.protobuf.ByteString value)
An optional identifier for this node in a graph.
|
OnnxMl.NodeProto.Builder |
setOpType(java.lang.String value)
The symbolic identifier of the Operator to execute.
|
OnnxMl.NodeProto.Builder |
setOpTypeBytes(com.google.protobuf.ByteString value)
The symbolic identifier of the Operator to execute.
|
OnnxMl.NodeProto.Builder |
setOutput(int index,
java.lang.String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
OnnxMl.NodeProto.Builder |
setUnknownFields(com.google.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 com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic OnnxMl.NodeProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic OnnxMl.NodeProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic OnnxMl.NodeProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder mergeFrom(OnnxMl.NodeProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OnnxMl.NodeProto.Builder>java.io.IOExceptionpublic com.google.protobuf.ProtocolStringList getInputList()
namespace Value
repeated string input = 1;getInputList in interface OnnxMl.NodeProtoOrBuilderpublic int getInputCount()
namespace Value
repeated string input = 1;getInputCount in interface OnnxMl.NodeProtoOrBuilderpublic java.lang.String getInput(int index)
namespace Value
repeated string input = 1;getInput in interface OnnxMl.NodeProtoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getInputBytes(int index)
namespace Value
repeated string input = 1;getInputBytes in interface OnnxMl.NodeProtoOrBuilderindex - The index of the value to return.public OnnxMl.NodeProto.Builder setInput(int index, java.lang.String value)
namespace Value
repeated string input = 1;index - The index to set the value at.value - The input to set.public OnnxMl.NodeProto.Builder addInput(java.lang.String value)
namespace Value
repeated string input = 1;value - The input to add.public OnnxMl.NodeProto.Builder addAllInput(java.lang.Iterable<java.lang.String> values)
namespace Value
repeated string input = 1;values - The input to add.public OnnxMl.NodeProto.Builder clearInput()
namespace Value
repeated string input = 1;public OnnxMl.NodeProto.Builder addInputBytes(com.google.protobuf.ByteString value)
namespace Value
repeated string input = 1;value - The bytes of the input to add.public com.google.protobuf.ProtocolStringList getOutputList()
namespace Value
repeated string output = 2;getOutputList in interface OnnxMl.NodeProtoOrBuilderpublic int getOutputCount()
namespace Value
repeated string output = 2;getOutputCount in interface OnnxMl.NodeProtoOrBuilderpublic java.lang.String getOutput(int index)
namespace Value
repeated string output = 2;getOutput in interface OnnxMl.NodeProtoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getOutputBytes(int index)
namespace Value
repeated string output = 2;getOutputBytes in interface OnnxMl.NodeProtoOrBuilderindex - The index of the value to return.public OnnxMl.NodeProto.Builder setOutput(int index, java.lang.String value)
namespace Value
repeated string output = 2;index - The index to set the value at.value - The output to set.public OnnxMl.NodeProto.Builder addOutput(java.lang.String value)
namespace Value
repeated string output = 2;value - The output to add.public OnnxMl.NodeProto.Builder addAllOutput(java.lang.Iterable<java.lang.String> values)
namespace Value
repeated string output = 2;values - The output to add.public OnnxMl.NodeProto.Builder clearOutput()
namespace Value
repeated string output = 2;public OnnxMl.NodeProto.Builder addOutputBytes(com.google.protobuf.ByteString value)
namespace Value
repeated string output = 2;value - The bytes of the output to add.public boolean hasName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;hasName in interface OnnxMl.NodeProtoOrBuilderpublic java.lang.String getName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;getName in interface OnnxMl.NodeProtoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;getNameBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setName(java.lang.String value)
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;value - The name to set.public OnnxMl.NodeProto.Builder clearName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;public OnnxMl.NodeProto.Builder setNameBytes(com.google.protobuf.ByteString value)
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;value - The bytes for name to set.public boolean hasOpType()
The symbolic identifier of the Operator to execute.
optional string op_type = 4;hasOpType in interface OnnxMl.NodeProtoOrBuilderpublic java.lang.String getOpType()
The symbolic identifier of the Operator to execute.
optional string op_type = 4;getOpType in interface OnnxMl.NodeProtoOrBuilderpublic com.google.protobuf.ByteString getOpTypeBytes()
The symbolic identifier of the Operator to execute.
optional string op_type = 4;getOpTypeBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setOpType(java.lang.String value)
The symbolic identifier of the Operator to execute.
optional string op_type = 4;value - The opType to set.public OnnxMl.NodeProto.Builder clearOpType()
The symbolic identifier of the Operator to execute.
optional string op_type = 4;public OnnxMl.NodeProto.Builder setOpTypeBytes(com.google.protobuf.ByteString value)
The symbolic identifier of the Operator to execute.
optional string op_type = 4;value - The bytes for opType to set.public boolean hasDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;hasDomain in interface OnnxMl.NodeProtoOrBuilderpublic java.lang.String getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;getDomain in interface OnnxMl.NodeProtoOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;getDomainBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setDomain(java.lang.String value)
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;value - The domain to set.public OnnxMl.NodeProto.Builder clearDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;public OnnxMl.NodeProto.Builder setDomainBytes(com.google.protobuf.ByteString value)
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;value - The bytes for domain to set.public java.util.List<OnnxMl.AttributeProto> getAttributeList()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;getAttributeList in interface OnnxMl.NodeProtoOrBuilderpublic int getAttributeCount()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;getAttributeCount in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.AttributeProto getAttribute(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;getAttribute in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setAttribute(int index, OnnxMl.AttributeProto value)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder setAttribute(int index, OnnxMl.AttributeProto.Builder builderForValue)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder addAttribute(OnnxMl.AttributeProto value)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder addAttribute(int index, OnnxMl.AttributeProto value)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder addAttribute(OnnxMl.AttributeProto.Builder builderForValue)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder addAttribute(int index, OnnxMl.AttributeProto.Builder builderForValue)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder addAllAttribute(java.lang.Iterable<? extends OnnxMl.AttributeProto> values)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder clearAttribute()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.NodeProto.Builder removeAttribute(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.AttributeProto.Builder getAttributeBuilder(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.AttributeProtoOrBuilder getAttributeOrBuilder(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;getAttributeOrBuilder in interface OnnxMl.NodeProtoOrBuilderpublic java.util.List<? extends OnnxMl.AttributeProtoOrBuilder> getAttributeOrBuilderList()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;getAttributeOrBuilderList in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.AttributeProto.Builder addAttributeBuilder()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public OnnxMl.AttributeProto.Builder addAttributeBuilder(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public java.util.List<OnnxMl.AttributeProto.Builder> getAttributeBuilderList()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;public boolean hasDocString()
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;hasDocString in interface OnnxMl.NodeProtoOrBuilderpublic java.lang.String getDocString()
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;getDocString in interface OnnxMl.NodeProtoOrBuilderpublic com.google.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;getDocStringBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setDocString(java.lang.String value)
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;value - The docString to set.public OnnxMl.NodeProto.Builder clearDocString()
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;public OnnxMl.NodeProto.Builder setDocStringBytes(com.google.protobuf.ByteString value)
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;value - The bytes for docString to set.public final OnnxMl.NodeProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public final OnnxMl.NodeProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>