Package onnx

Class Onnx.NodeProto.Builder

  • All Implemented Interfaces:
    Cloneable, Onnx.NodeProtoOrBuilder, org.nd4j.shade.protobuf.Message.Builder, org.nd4j.shade.protobuf.MessageLite.Builder, org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    Enclosing class:
    Onnx.NodeProto

    public static final class Onnx.NodeProto.Builder
    extends org.nd4j.shade.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 Detail

      • getDescriptor

        public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • clear

        public Onnx.NodeProto.Builder clear()
        Specified by:
        clear in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clear in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • getDescriptorForType

        public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • getDefaultInstanceForType

        public Onnx.NodeProto getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public Onnx.NodeProto build()
        Specified by:
        build in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        build in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • buildPartial

        public Onnx.NodeProto buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • clone

        public Onnx.NodeProto.Builder clone()
        Specified by:
        clone in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        clone in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        clone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • setField

        public Onnx.NodeProto.Builder setField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        setField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • clearField

        public Onnx.NodeProto.Builder clearField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • clearOneof

        public Onnx.NodeProto.Builder clearOneof​(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        clearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • setRepeatedField

        public Onnx.NodeProto.Builder setRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                       int index,
                                                       Object value)
        Specified by:
        setRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • addRepeatedField

        public Onnx.NodeProto.Builder addRepeatedField​(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
                                                       Object value)
        Specified by:
        addRepeatedField in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • mergeFrom

        public Onnx.NodeProto.Builder mergeFrom​(org.nd4j.shade.protobuf.Message other)
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<Onnx.NodeProto.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • mergeFrom

        public Onnx.NodeProto.Builder mergeFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                                org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface org.nd4j.shade.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<Onnx.NodeProto.Builder>
        Throws:
        IOException
      • getInputList

        public org.nd4j.shade.protobuf.ProtocolStringList getInputList()
         namespace Value
         
        repeated string input = 1;
        Specified by:
        getInputList in interface Onnx.NodeProtoOrBuilder
        Returns:
        A list containing the input.
      • getInputCount

        public int getInputCount()
         namespace Value
         
        repeated string input = 1;
        Specified by:
        getInputCount in interface Onnx.NodeProtoOrBuilder
        Returns:
        The count of input.
      • getInput

        public String getInput​(int index)
         namespace Value
         
        repeated string input = 1;
        Specified by:
        getInput in interface Onnx.NodeProtoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The input at the given index.
      • getInputBytes

        public org.nd4j.shade.protobuf.ByteString getInputBytes​(int index)
         namespace Value
         
        repeated string input = 1;
        Specified by:
        getInputBytes in interface Onnx.NodeProtoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the input at the given index.
      • setInput

        public Onnx.NodeProto.Builder setInput​(int index,
                                               String value)
         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

        public Onnx.NodeProto.Builder addInput​(String value)
         namespace Value
         
        repeated string input = 1;
        Parameters:
        value - The input to add.
        Returns:
        This builder for chaining.
      • addAllInput

        public Onnx.NodeProto.Builder addAllInput​(Iterable<String> values)
         namespace Value
         
        repeated string input = 1;
        Parameters:
        values - The input to add.
        Returns:
        This builder for chaining.
      • clearInput

        public Onnx.NodeProto.Builder clearInput()
         namespace Value
         
        repeated string input = 1;
        Returns:
        This builder for chaining.
      • addInputBytes

        public Onnx.NodeProto.Builder addInputBytes​(org.nd4j.shade.protobuf.ByteString value)
         namespace Value
         
        repeated string input = 1;
        Parameters:
        value - The bytes of the input to add.
        Returns:
        This builder for chaining.
      • getOutputList

        public org.nd4j.shade.protobuf.ProtocolStringList getOutputList()
         namespace Value
         
        repeated string output = 2;
        Specified by:
        getOutputList in interface Onnx.NodeProtoOrBuilder
        Returns:
        A list containing the output.
      • getOutputCount

        public int getOutputCount()
         namespace Value
         
        repeated string output = 2;
        Specified by:
        getOutputCount in interface Onnx.NodeProtoOrBuilder
        Returns:
        The count of output.
      • getOutput

        public String getOutput​(int index)
         namespace Value
         
        repeated string output = 2;
        Specified by:
        getOutput in interface Onnx.NodeProtoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The output at the given index.
      • getOutputBytes

        public org.nd4j.shade.protobuf.ByteString getOutputBytes​(int index)
         namespace Value
         
        repeated string output = 2;
        Specified by:
        getOutputBytes in interface Onnx.NodeProtoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the output at the given index.
      • setOutput

        public Onnx.NodeProto.Builder setOutput​(int index,
                                                String value)
         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

        public Onnx.NodeProto.Builder addOutput​(String value)
         namespace Value
         
        repeated string output = 2;
        Parameters:
        value - The output to add.
        Returns:
        This builder for chaining.
      • addAllOutput

        public Onnx.NodeProto.Builder addAllOutput​(Iterable<String> values)
         namespace Value
         
        repeated string output = 2;
        Parameters:
        values - The output to add.
        Returns:
        This builder for chaining.
      • clearOutput

        public Onnx.NodeProto.Builder clearOutput()
         namespace Value
         
        repeated string output = 2;
        Returns:
        This builder for chaining.
      • addOutputBytes

        public Onnx.NodeProto.Builder addOutputBytes​(org.nd4j.shade.protobuf.ByteString value)
         namespace Value
         
        repeated string output = 2;
        Parameters:
        value - The bytes of the output to add.
        Returns:
        This builder for chaining.
      • getName

        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;
        Specified by:
        getName in interface Onnx.NodeProtoOrBuilder
        Returns:
        The name.
      • getNameBytes

        public 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;
        Specified by:
        getNameBytes in interface Onnx.NodeProtoOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Onnx.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;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Onnx.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;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Onnx.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;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getOpType

        public String getOpType()
         The symbolic identifier of the Operator to execute.
         
        string op_type = 4;
        Specified by:
        getOpType in interface Onnx.NodeProtoOrBuilder
        Returns:
        The opType.
      • getOpTypeBytes

        public org.nd4j.shade.protobuf.ByteString getOpTypeBytes()
         The symbolic identifier of the Operator to execute.
         
        string op_type = 4;
        Specified by:
        getOpTypeBytes in interface Onnx.NodeProtoOrBuilder
        Returns:
        The bytes for opType.
      • setOpType

        public Onnx.NodeProto.Builder setOpType​(String value)
         The symbolic identifier of the Operator to execute.
         
        string op_type = 4;
        Parameters:
        value - The opType to set.
        Returns:
        This builder for chaining.
      • clearOpType

        public Onnx.NodeProto.Builder clearOpType()
         The symbolic identifier of the Operator to execute.
         
        string op_type = 4;
        Returns:
        This builder for chaining.
      • setOpTypeBytes

        public Onnx.NodeProto.Builder setOpTypeBytes​(org.nd4j.shade.protobuf.ByteString value)
         The symbolic identifier of the Operator to execute.
         
        string op_type = 4;
        Parameters:
        value - The bytes for opType to set.
        Returns:
        This builder for chaining.
      • getDomain

        public String getDomain()
         The domain of the OperatorSet that specifies the operator named by op_type.
         
        string domain = 7;
        Specified by:
        getDomain in interface Onnx.NodeProtoOrBuilder
        Returns:
        The domain.
      • getDomainBytes

        public org.nd4j.shade.protobuf.ByteString getDomainBytes()
         The domain of the OperatorSet that specifies the operator named by op_type.
         
        string domain = 7;
        Specified by:
        getDomainBytes in interface Onnx.NodeProtoOrBuilder
        Returns:
        The bytes for domain.
      • setDomain

        public Onnx.NodeProto.Builder setDomain​(String value)
         The domain of the OperatorSet that specifies the operator named by op_type.
         
        string domain = 7;
        Parameters:
        value - The domain to set.
        Returns:
        This builder for chaining.
      • clearDomain

        public Onnx.NodeProto.Builder clearDomain()
         The domain of the OperatorSet that specifies the operator named by op_type.
         
        string domain = 7;
        Returns:
        This builder for chaining.
      • setDomainBytes

        public Onnx.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;
        Parameters:
        value - The bytes for domain to set.
        Returns:
        This builder for chaining.
      • clearAttribute

        public Onnx.NodeProto.Builder clearAttribute()
         Additional named attributes.
         
        repeated .onnx.AttributeProto attribute = 5;
      • removeAttribute

        public Onnx.NodeProto.Builder removeAttribute​(int index)
         Additional named attributes.
         
        repeated .onnx.AttributeProto attribute = 5;
      • getAttributeBuilder

        public Onnx.AttributeProto.Builder getAttributeBuilder​(int index)
         Additional named attributes.
         
        repeated .onnx.AttributeProto attribute = 5;
      • addAttributeBuilder

        public Onnx.AttributeProto.Builder addAttributeBuilder()
         Additional named attributes.
         
        repeated .onnx.AttributeProto attribute = 5;
      • addAttributeBuilder

        public Onnx.AttributeProto.Builder addAttributeBuilder​(int index)
         Additional named attributes.
         
        repeated .onnx.AttributeProto attribute = 5;
      • getAttributeBuilderList

        public List<Onnx.AttributeProto.Builder> getAttributeBuilderList()
         Additional named attributes.
         
        repeated .onnx.AttributeProto attribute = 5;
      • getDocString

        public String getDocString()
         A human-readable documentation for this node. Markdown is allowed.
         
        string doc_string = 6;
        Specified by:
        getDocString in interface Onnx.NodeProtoOrBuilder
        Returns:
        The docString.
      • getDocStringBytes

        public org.nd4j.shade.protobuf.ByteString getDocStringBytes()
         A human-readable documentation for this node. Markdown is allowed.
         
        string doc_string = 6;
        Specified by:
        getDocStringBytes in interface Onnx.NodeProtoOrBuilder
        Returns:
        The bytes for docString.
      • setDocString

        public Onnx.NodeProto.Builder setDocString​(String value)
         A human-readable documentation for this node. Markdown is allowed.
         
        string doc_string = 6;
        Parameters:
        value - The docString to set.
        Returns:
        This builder for chaining.
      • clearDocString

        public Onnx.NodeProto.Builder clearDocString()
         A human-readable documentation for this node. Markdown is allowed.
         
        string doc_string = 6;
        Returns:
        This builder for chaining.
      • setDocStringBytes

        public Onnx.NodeProto.Builder setDocStringBytes​(org.nd4j.shade.protobuf.ByteString value)
         A human-readable documentation for this node. Markdown is allowed.
         
        string doc_string = 6;
        Parameters:
        value - The bytes for docString to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Onnx.NodeProto.Builder setUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>
      • mergeUnknownFields

        public final Onnx.NodeProto.Builder mergeUnknownFields​(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.NodeProto.Builder>