public static final class OnnxMl.NodeProto.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder> implements OnnxMl.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 |
|---|---|
OnnxMl.NodeProto.Builder |
addAllAttribute(Iterable<? extends OnnxMl.AttributeProto> values)
Additional named attributes.
|
OnnxMl.NodeProto.Builder |
addAllInput(Iterable<String> values)
namespace Value
|
OnnxMl.NodeProto.Builder |
addAllOutput(Iterable<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(String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addInputBytes(org.nd4j.shade.protobuf.ByteString value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addOutput(String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addOutputBytes(org.nd4j.shade.protobuf.ByteString value)
namespace Value
|
OnnxMl.NodeProto.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
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(org.nd4j.shade.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(org.nd4j.shade.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.
|
List<OnnxMl.AttributeProto.Builder> |
getAttributeBuilderList()
Additional named attributes.
|
int |
getAttributeCount()
Additional named attributes.
|
List<OnnxMl.AttributeProto> |
getAttributeList()
Additional named attributes.
|
OnnxMl.AttributeProtoOrBuilder |
getAttributeOrBuilder(int index)
Additional named attributes.
|
List<? extends OnnxMl.AttributeProtoOrBuilder> |
getAttributeOrBuilderList()
Additional named attributes.
|
OnnxMl.NodeProto |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocString()
A human-readable documentation for this node.
|
org.nd4j.shade.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this node.
|
String |
getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
org.nd4j.shade.protobuf.ByteString |
getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
|
String |
getInput(int index)
namespace Value
|
org.nd4j.shade.protobuf.ByteString |
getInputBytes(int index)
namespace Value
|
int |
getInputCount()
namespace Value
|
org.nd4j.shade.protobuf.ProtocolStringList |
getInputList()
namespace Value
|
String |
getName()
An optional identifier for this node in a graph.
|
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
An optional identifier for this node in a graph.
|
String |
getOpType()
The symbolic identifier of the Operator to execute.
|
org.nd4j.shade.protobuf.ByteString |
getOpTypeBytes()
The symbolic identifier of the Operator to execute.
|
String |
getOutput(int index)
namespace Value
|
org.nd4j.shade.protobuf.ByteString |
getOutputBytes(int index)
namespace Value
|
int |
getOutputCount()
namespace Value
|
org.nd4j.shade.protobuf.ProtocolStringList |
getOutputList()
namespace Value
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OnnxMl.NodeProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
OnnxMl.NodeProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
OnnxMl.NodeProto.Builder |
mergeFrom(OnnxMl.NodeProto other) |
OnnxMl.NodeProto.Builder |
mergeUnknownFields(org.nd4j.shade.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(String value)
A human-readable documentation for this node.
|
OnnxMl.NodeProto.Builder |
setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this node.
|
OnnxMl.NodeProto.Builder |
setDomain(String value)
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMl.NodeProto.Builder |
setDomainBytes(org.nd4j.shade.protobuf.ByteString value)
The domain of the OperatorSet that specifies the operator named by op_type.
|
OnnxMl.NodeProto.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OnnxMl.NodeProto.Builder |
setInput(int index,
String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
setName(String value)
An optional identifier for this node in a graph.
|
OnnxMl.NodeProto.Builder |
setNameBytes(org.nd4j.shade.protobuf.ByteString value)
An optional identifier for this node in a graph.
|
OnnxMl.NodeProto.Builder |
setOpType(String value)
The symbolic identifier of the Operator to execute.
|
OnnxMl.NodeProto.Builder |
setOpTypeBytes(org.nd4j.shade.protobuf.ByteString value)
The symbolic identifier of the Operator to execute.
|
OnnxMl.NodeProto.Builder |
setOutput(int index,
String value)
namespace Value
|
OnnxMl.NodeProto.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic OnnxMl.NodeProto build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic OnnxMl.NodeProto buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.Builder mergeFrom(OnnxMl.NodeProto other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxMl.NodeProto.Builder>public OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>IOExceptionpublic org.nd4j.shade.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 String getInput(int index)
namespace Value
repeated string input = 1;getInput in interface OnnxMl.NodeProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getInputBytes(int index)
namespace Value
repeated string input = 1;getInputBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setInput(int index, String value)
namespace Value
repeated string input = 1;public OnnxMl.NodeProto.Builder addInput(String value)
namespace Value
repeated string input = 1;public OnnxMl.NodeProto.Builder addAllInput(Iterable<String> values)
namespace Value
repeated string input = 1;public OnnxMl.NodeProto.Builder clearInput()
namespace Value
repeated string input = 1;public OnnxMl.NodeProto.Builder addInputBytes(org.nd4j.shade.protobuf.ByteString value)
namespace Value
repeated string input = 1;public org.nd4j.shade.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 String getOutput(int index)
namespace Value
repeated string output = 2;getOutput in interface OnnxMl.NodeProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getOutputBytes(int index)
namespace Value
repeated string output = 2;getOutputBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setOutput(int index, String value)
namespace Value
repeated string output = 2;public OnnxMl.NodeProto.Builder addOutput(String value)
namespace Value
repeated string output = 2;public OnnxMl.NodeProto.Builder addAllOutput(Iterable<String> values)
namespace Value
repeated string output = 2;public OnnxMl.NodeProto.Builder clearOutput()
namespace Value
repeated string output = 2;public OnnxMl.NodeProto.Builder addOutputBytes(org.nd4j.shade.protobuf.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 OnnxMl.NodeProtoOrBuilderpublic org.nd4j.shade.protobuf.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 OnnxMl.NodeProtoOrBuilderpublic OnnxMl.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 OnnxMl.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 OnnxMl.NodeProto.Builder setNameBytes(org.nd4j.shade.protobuf.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 OnnxMl.NodeProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getOpTypeBytes()
The symbolic identifier of the Operator to execute.
string op_type = 4;getOpTypeBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setOpType(String value)
The symbolic identifier of the Operator to execute.
string op_type = 4;public OnnxMl.NodeProto.Builder clearOpType()
The symbolic identifier of the Operator to execute.
string op_type = 4;public OnnxMl.NodeProto.Builder setOpTypeBytes(org.nd4j.shade.protobuf.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 OnnxMl.NodeProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;getDomainBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setDomain(String value)
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;public OnnxMl.NodeProto.Builder clearDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;public OnnxMl.NodeProto.Builder setDomainBytes(org.nd4j.shade.protobuf.ByteString value)
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;public List<OnnxMl.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 OnnxMl.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 OnnxMl.NodeProtoOrBuilderpublic OnnxMl.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 OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setAttribute(int index, OnnxMl.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 OnnxMl.NodeProto.Builder setAttribute(int index, OnnxMl.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 OnnxMl.NodeProto.Builder addAttribute(OnnxMl.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 OnnxMl.NodeProto.Builder addAttribute(int index, OnnxMl.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 OnnxMl.NodeProto.Builder addAttribute(OnnxMl.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 OnnxMl.NodeProto.Builder addAttribute(int index, OnnxMl.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 OnnxMl.NodeProto.Builder addAllAttribute(Iterable<? extends OnnxMl.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 OnnxMl.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 OnnxMl.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 OnnxMl.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 OnnxMl.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 OnnxMl.NodeProtoOrBuilderpublic List<? extends OnnxMl.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 OnnxMl.NodeProtoOrBuilderpublic OnnxMl.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 OnnxMl.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<OnnxMl.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 OnnxMl.NodeProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;getDocStringBytes in interface OnnxMl.NodeProtoOrBuilderpublic OnnxMl.NodeProto.Builder setDocString(String value)
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;public OnnxMl.NodeProto.Builder clearDocString()
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;public OnnxMl.NodeProto.Builder setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;public final OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>public final OnnxMl.NodeProto.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<OnnxMl.NodeProto.Builder>Copyright © 2021. All rights reserved.