Package onnx
Class Onnx.NodeProto.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
onnx.Onnx.NodeProto.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,Onnx.NodeProtoOrBuilder
- Enclosing class:
- Onnx.NodeProto
public static final class Onnx.NodeProto.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
implements Onnx.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
-
Method Summary
Modifier and TypeMethodDescriptionaddAllAttribute
(Iterable<? extends Onnx.AttributeProto> values) Additional named attributes.addAllInput
(Iterable<String> values) namespace ValueaddAllOutput
(Iterable<String> values) namespace ValueaddAttribute
(int index, Onnx.AttributeProto value) Additional named attributes.addAttribute
(int index, Onnx.AttributeProto.Builder builderForValue) Additional named attributes.addAttribute
(Onnx.AttributeProto value) Additional named attributes.addAttribute
(Onnx.AttributeProto.Builder builderForValue) Additional named attributes.Additional named attributes.addAttributeBuilder
(int index) Additional named attributes.namespace ValueaddInputBytes
(com.google.protobuf.ByteString value) namespace Valuenamespace ValueaddOutputBytes
(com.google.protobuf.ByteString value) namespace ValueaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
Additional named attributes.A human-readable documentation for this node.The domain of the OperatorSet that specifies the operator named by op_type.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) namespace ValueAn optional identifier for this node in a graph.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) The symbolic identifier of the Operator to execute.namespace Valueclone()
getAttribute
(int index) Additional named attributes.getAttributeBuilder
(int index) Additional named attributes.Additional named attributes.int
Additional named attributes.Additional named attributes.getAttributeOrBuilder
(int index) Additional named attributes.List<? extends Onnx.AttributeProtoOrBuilder>
Additional named attributes.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
A human-readable documentation for this node.com.google.protobuf.ByteString
A human-readable documentation for this node.The domain of the OperatorSet that specifies the operator named by op_type.com.google.protobuf.ByteString
The domain of the OperatorSet that specifies the operator named by op_type.getInput
(int index) namespace Valuecom.google.protobuf.ByteString
getInputBytes
(int index) namespace Valueint
namespace Valuecom.google.protobuf.ProtocolStringList
namespace ValuegetName()
An optional identifier for this node in a graph.com.google.protobuf.ByteString
An optional identifier for this node in a graph.The symbolic identifier of the Operator to execute.com.google.protobuf.ByteString
The symbolic identifier of the Operator to execute.getOutput
(int index) namespace Valuecom.google.protobuf.ByteString
getOutputBytes
(int index) namespace Valueint
namespace Valuecom.google.protobuf.ProtocolStringList
namespace Valueboolean
A human-readable documentation for this node.boolean
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
The symbolic identifier of the Operator to execute.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(Onnx.NodeProto other) final Onnx.NodeProto.Builder
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) removeAttribute
(int index) Additional named attributes.setAttribute
(int index, Onnx.AttributeProto value) Additional named attributes.setAttribute
(int index, Onnx.AttributeProto.Builder builderForValue) Additional named attributes.setDocString
(String value) A human-readable documentation for this node.setDocStringBytes
(com.google.protobuf.ByteString value) A human-readable documentation for this node.The domain of the OperatorSet that specifies the operator named by op_type.setDomainBytes
(com.google.protobuf.ByteString value) The domain of the OperatorSet that specifies the operator named by op_type.namespace ValueAn optional identifier for this node in a graph.setNameBytes
(com.google.protobuf.ByteString value) An optional identifier for this node in a graph.The symbolic identifier of the Operator to execute.setOpTypeBytes
(com.google.protobuf.ByteString value) The symbolic identifier of the Operator to execute.namespace ValuesetRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Onnx.NodeProto.Builder
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
setField
public Onnx.NodeProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
setRepeatedField
public Onnx.NodeProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
addRepeatedField
public Onnx.NodeProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Onnx.NodeProto.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
mergeFrom
public Onnx.NodeProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Onnx.NodeProto.Builder>
- Throws:
IOException
-
getInputList
public com.google.protobuf.ProtocolStringList getInputList()namespace Value
repeated string input = 1;
- Specified by:
getInputList
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- A list containing the input.
-
getInputCount
public int getInputCount()namespace Value
repeated string input = 1;
- Specified by:
getInputCount
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The count of input.
-
getInput
namespace Value
repeated string input = 1;
- Specified by:
getInput
in interfaceOnnx.NodeProtoOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The input at the given index.
-
getInputBytes
public com.google.protobuf.ByteString getInputBytes(int index) namespace Value
repeated string input = 1;
- Specified by:
getInputBytes
in interfaceOnnx.NodeProtoOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the input at the given index.
-
setInput
namespace Value
repeated string input = 1;
- Parameters:
index
- The index to set the value at.value
- The input to set.- Returns:
- This builder for chaining.
-
addInput
namespace Value
repeated string input = 1;
- Parameters:
value
- The input to add.- Returns:
- This builder for chaining.
-
addAllInput
namespace Value
repeated string input = 1;
- Parameters:
values
- The input to add.- Returns:
- This builder for chaining.
-
clearInput
namespace Value
repeated string input = 1;
- Returns:
- This builder for chaining.
-
addInputBytes
namespace Value
repeated string input = 1;
- Parameters:
value
- The bytes of the input to add.- Returns:
- This builder for chaining.
-
getOutputList
public com.google.protobuf.ProtocolStringList getOutputList()namespace Value
repeated string output = 2;
- Specified by:
getOutputList
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- A list containing the output.
-
getOutputCount
public int getOutputCount()namespace Value
repeated string output = 2;
- Specified by:
getOutputCount
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The count of output.
-
getOutput
namespace Value
repeated string output = 2;
- Specified by:
getOutput
in interfaceOnnx.NodeProtoOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The output at the given index.
-
getOutputBytes
public com.google.protobuf.ByteString getOutputBytes(int index) namespace Value
repeated string output = 2;
- Specified by:
getOutputBytes
in interfaceOnnx.NodeProtoOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the output at the given index.
-
setOutput
namespace Value
repeated string output = 2;
- Parameters:
index
- The index to set the value at.value
- The output to set.- Returns:
- This builder for chaining.
-
addOutput
namespace Value
repeated string output = 2;
- Parameters:
value
- The output to add.- Returns:
- This builder for chaining.
-
addAllOutput
namespace Value
repeated string output = 2;
- Parameters:
values
- The output to add.- Returns:
- This builder for chaining.
-
clearOutput
namespace Value
repeated string output = 2;
- Returns:
- This builder for chaining.
-
addOutputBytes
namespace Value
repeated string output = 2;
- Parameters:
value
- The bytes of the output to add.- Returns:
- This builder for chaining.
-
hasName
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;
- Specified by:
hasName
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- Whether the name field is set.
-
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;
- Specified by:
getName
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The name.
-
getNameBytes
public 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;
- Specified by:
getNameBytes
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The bytes for name.
-
setName
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
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;
- Returns:
- This builder for chaining.
-
setNameBytes
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasOpType
public boolean hasOpType()The symbolic identifier of the Operator to execute.
optional string op_type = 4;
- Specified by:
hasOpType
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- Whether the opType field is set.
-
getOpType
The symbolic identifier of the Operator to execute.
optional string op_type = 4;
- Specified by:
getOpType
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The opType.
-
getOpTypeBytes
public com.google.protobuf.ByteString getOpTypeBytes()The symbolic identifier of the Operator to execute.
optional string op_type = 4;
- Specified by:
getOpTypeBytes
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The bytes for opType.
-
setOpType
The symbolic identifier of the Operator to execute.
optional string op_type = 4;
- Parameters:
value
- The opType to set.- Returns:
- This builder for chaining.
-
clearOpType
The symbolic identifier of the Operator to execute.
optional string op_type = 4;
- Returns:
- This builder for chaining.
-
setOpTypeBytes
The symbolic identifier of the Operator to execute.
optional string op_type = 4;
- Parameters:
value
- The bytes for opType to set.- Returns:
- This builder for chaining.
-
hasDomain
public boolean hasDomain()The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;
- Specified by:
hasDomain
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- Whether the domain field is set.
-
getDomain
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;
- Specified by:
getDomain
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The domain.
-
getDomainBytes
public com.google.protobuf.ByteString getDomainBytes()The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;
- Specified by:
getDomainBytes
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The bytes for domain.
-
setDomain
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;
- Parameters:
value
- The domain to set.- Returns:
- This builder for chaining.
-
clearDomain
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;
- Returns:
- This builder for chaining.
-
setDomainBytes
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;
- Parameters:
value
- The bytes for domain to set.- Returns:
- This builder for chaining.
-
getAttributeList
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
- Specified by:
getAttributeList
in interfaceOnnx.NodeProtoOrBuilder
-
getAttributeCount
public int getAttributeCount()Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
- Specified by:
getAttributeCount
in interfaceOnnx.NodeProtoOrBuilder
-
getAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
- Specified by:
getAttribute
in interfaceOnnx.NodeProtoOrBuilder
-
setAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
setAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
addAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
addAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
addAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
addAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
addAllAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
clearAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
removeAttribute
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
getAttributeBuilder
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
getAttributeOrBuilder
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
- Specified by:
getAttributeOrBuilder
in interfaceOnnx.NodeProtoOrBuilder
-
getAttributeOrBuilderList
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
- Specified by:
getAttributeOrBuilderList
in interfaceOnnx.NodeProtoOrBuilder
-
addAttributeBuilder
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
addAttributeBuilder
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
getAttributeBuilderList
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;
-
hasDocString
public boolean hasDocString()A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;
- Specified by:
hasDocString
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- Whether the docString field is set.
-
getDocString
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;
- Specified by:
getDocString
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The docString.
-
getDocStringBytes
public com.google.protobuf.ByteString getDocStringBytes()A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;
- Specified by:
getDocStringBytes
in interfaceOnnx.NodeProtoOrBuilder
- Returns:
- The bytes for docString.
-
setDocString
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;
- Parameters:
value
- The docString to set.- Returns:
- This builder for chaining.
-
clearDocString
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;
- Returns:
- This builder for chaining.
-
setDocStringBytes
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;
- Parameters:
value
- The bytes for docString to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Onnx.NodeProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-
mergeUnknownFields
public final Onnx.NodeProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
-