Package onnx

Class Onnx.FunctionProto.Builder

    • 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.FunctionProto.Builder>
      • clear

        public Onnx.FunctionProto.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.FunctionProto.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.FunctionProto.Builder>
      • getDefaultInstanceForType

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

        public Onnx.FunctionProto 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.FunctionProto 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.FunctionProto.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.FunctionProto.Builder>
      • setField

        public Onnx.FunctionProto.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.FunctionProto.Builder>
      • clearField

        public Onnx.FunctionProto.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.FunctionProto.Builder>
      • clearOneof

        public Onnx.FunctionProto.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.FunctionProto.Builder>
      • setRepeatedField

        public Onnx.FunctionProto.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.FunctionProto.Builder>
      • addRepeatedField

        public Onnx.FunctionProto.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.FunctionProto.Builder>
      • mergeFrom

        public Onnx.FunctionProto.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.FunctionProto.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.FunctionProto.Builder>
      • mergeFrom

        public Onnx.FunctionProto.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.FunctionProto.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         The name of the function, similar usage of op_type in OperatorProto.
         Combined with FunctionProto.domain, this forms the unique identity of
         the FunctionProto.
         
        string name = 1;
        Specified by:
        getName in interface Onnx.FunctionProtoOrBuilder
        Returns:
        The name.
      • getNameBytes

        public org.nd4j.shade.protobuf.ByteString getNameBytes()
         The name of the function, similar usage of op_type in OperatorProto.
         Combined with FunctionProto.domain, this forms the unique identity of
         the FunctionProto.
         
        string name = 1;
        Specified by:
        getNameBytes in interface Onnx.FunctionProtoOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Onnx.FunctionProto.Builder setName​(String value)
         The name of the function, similar usage of op_type in OperatorProto.
         Combined with FunctionProto.domain, this forms the unique identity of
         the FunctionProto.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Onnx.FunctionProto.Builder clearName()
         The name of the function, similar usage of op_type in OperatorProto.
         Combined with FunctionProto.domain, this forms the unique identity of
         the FunctionProto.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Onnx.FunctionProto.Builder setNameBytes​(org.nd4j.shade.protobuf.ByteString value)
         The name of the function, similar usage of op_type in OperatorProto.
         Combined with FunctionProto.domain, this forms the unique identity of
         the FunctionProto.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getInputList

        public org.nd4j.shade.protobuf.ProtocolStringList getInputList()
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Specified by:
        getInputList in interface Onnx.FunctionProtoOrBuilder
        Returns:
        A list containing the input.
      • getInputCount

        public int getInputCount()
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Specified by:
        getInputCount in interface Onnx.FunctionProtoOrBuilder
        Returns:
        The count of input.
      • getInput

        public String getInput​(int index)
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Specified by:
        getInput in interface Onnx.FunctionProtoOrBuilder
        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)
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Specified by:
        getInputBytes in interface Onnx.FunctionProtoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the input at the given index.
      • setInput

        public Onnx.FunctionProto.Builder setInput​(int index,
                                                   String value)
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Parameters:
        index - The index to set the value at.
        value - The input to set.
        Returns:
        This builder for chaining.
      • addInput

        public Onnx.FunctionProto.Builder addInput​(String value)
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Parameters:
        value - The input to add.
        Returns:
        This builder for chaining.
      • addAllInput

        public Onnx.FunctionProto.Builder addAllInput​(Iterable<String> values)
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Parameters:
        values - The input to add.
        Returns:
        This builder for chaining.
      • clearInput

        public Onnx.FunctionProto.Builder clearInput()
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Returns:
        This builder for chaining.
      • addInputBytes

        public Onnx.FunctionProto.Builder addInputBytes​(org.nd4j.shade.protobuf.ByteString value)
         The inputs and outputs of the function.
         
        repeated string input = 4;
        Parameters:
        value - The bytes of the input to add.
        Returns:
        This builder for chaining.
      • getOutputList

        public org.nd4j.shade.protobuf.ProtocolStringList getOutputList()
        repeated string output = 5;
        Specified by:
        getOutputList in interface Onnx.FunctionProtoOrBuilder
        Returns:
        A list containing the output.
      • getOutput

        public String getOutput​(int index)
        repeated string output = 5;
        Specified by:
        getOutput in interface Onnx.FunctionProtoOrBuilder
        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)
        repeated string output = 5;
        Specified by:
        getOutputBytes in interface Onnx.FunctionProtoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the output at the given index.
      • setOutput

        public Onnx.FunctionProto.Builder setOutput​(int index,
                                                    String value)
        repeated string output = 5;
        Parameters:
        index - The index to set the value at.
        value - The output to set.
        Returns:
        This builder for chaining.
      • addOutput

        public Onnx.FunctionProto.Builder addOutput​(String value)
        repeated string output = 5;
        Parameters:
        value - The output to add.
        Returns:
        This builder for chaining.
      • addOutputBytes

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

        public org.nd4j.shade.protobuf.ProtocolStringList getAttributeList()
         The attributes of the function.
         
        repeated string attribute = 6;
        Specified by:
        getAttributeList in interface Onnx.FunctionProtoOrBuilder
        Returns:
        A list containing the attribute.
      • getAttributeCount

        public int getAttributeCount()
         The attributes of the function.
         
        repeated string attribute = 6;
        Specified by:
        getAttributeCount in interface Onnx.FunctionProtoOrBuilder
        Returns:
        The count of attribute.
      • getAttribute

        public String getAttribute​(int index)
         The attributes of the function.
         
        repeated string attribute = 6;
        Specified by:
        getAttribute in interface Onnx.FunctionProtoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The attribute at the given index.
      • getAttributeBytes

        public org.nd4j.shade.protobuf.ByteString getAttributeBytes​(int index)
         The attributes of the function.
         
        repeated string attribute = 6;
        Specified by:
        getAttributeBytes in interface Onnx.FunctionProtoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the attribute at the given index.
      • setAttribute

        public Onnx.FunctionProto.Builder setAttribute​(int index,
                                                       String value)
         The attributes of the function.
         
        repeated string attribute = 6;
        Parameters:
        index - The index to set the value at.
        value - The attribute to set.
        Returns:
        This builder for chaining.
      • addAttribute

        public Onnx.FunctionProto.Builder addAttribute​(String value)
         The attributes of the function.
         
        repeated string attribute = 6;
        Parameters:
        value - The attribute to add.
        Returns:
        This builder for chaining.
      • addAllAttribute

        public Onnx.FunctionProto.Builder addAllAttribute​(Iterable<String> values)
         The attributes of the function.
         
        repeated string attribute = 6;
        Parameters:
        values - The attribute to add.
        Returns:
        This builder for chaining.
      • clearAttribute

        public Onnx.FunctionProto.Builder clearAttribute()
         The attributes of the function.
         
        repeated string attribute = 6;
        Returns:
        This builder for chaining.
      • addAttributeBytes

        public Onnx.FunctionProto.Builder addAttributeBytes​(org.nd4j.shade.protobuf.ByteString value)
         The attributes of the function.
         
        repeated string attribute = 6;
        Parameters:
        value - The bytes of the attribute to add.
        Returns:
        This builder for chaining.
      • removeNode

        public Onnx.FunctionProto.Builder removeNode​(int index)
         The nodes in the function.
         
        repeated .onnx.NodeProto node = 7;
      • getNodeBuilder

        public Onnx.NodeProto.Builder getNodeBuilder​(int index)
         The nodes in the function.
         
        repeated .onnx.NodeProto node = 7;
      • addNodeBuilder

        public Onnx.NodeProto.Builder addNodeBuilder()
         The nodes in the function.
         
        repeated .onnx.NodeProto node = 7;
      • addNodeBuilder

        public Onnx.NodeProto.Builder addNodeBuilder​(int index)
         The nodes in the function.
         
        repeated .onnx.NodeProto node = 7;
      • getNodeBuilderList

        public List<Onnx.NodeProto.Builder> getNodeBuilderList()
         The nodes in the function.
         
        repeated .onnx.NodeProto node = 7;
      • getDocString

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

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

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

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

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

        public Onnx.FunctionProto.Builder removeOpsetImport​(int index)
        repeated .onnx.OperatorSetIdProto opset_import = 9;
      • getDomain

        public String getDomain()
         The domain which this function belongs to. Combined with FunctionProto.name, this forms the unique identity of
         the FunctionProto.
         
        string domain = 10;
        Specified by:
        getDomain in interface Onnx.FunctionProtoOrBuilder
        Returns:
        The domain.
      • getDomainBytes

        public org.nd4j.shade.protobuf.ByteString getDomainBytes()
         The domain which this function belongs to. Combined with FunctionProto.name, this forms the unique identity of
         the FunctionProto.
         
        string domain = 10;
        Specified by:
        getDomainBytes in interface Onnx.FunctionProtoOrBuilder
        Returns:
        The bytes for domain.
      • setDomain

        public Onnx.FunctionProto.Builder setDomain​(String value)
         The domain which this function belongs to. Combined with FunctionProto.name, this forms the unique identity of
         the FunctionProto.
         
        string domain = 10;
        Parameters:
        value - The domain to set.
        Returns:
        This builder for chaining.
      • clearDomain

        public Onnx.FunctionProto.Builder clearDomain()
         The domain which this function belongs to. Combined with FunctionProto.name, this forms the unique identity of
         the FunctionProto.
         
        string domain = 10;
        Returns:
        This builder for chaining.
      • setDomainBytes

        public Onnx.FunctionProto.Builder setDomainBytes​(org.nd4j.shade.protobuf.ByteString value)
         The domain which this function belongs to. Combined with FunctionProto.name, this forms the unique identity of
         the FunctionProto.
         
        string domain = 10;
        Parameters:
        value - The bytes for domain to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Onnx.FunctionProto.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.FunctionProto.Builder>
      • mergeUnknownFields

        public final Onnx.FunctionProto.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.FunctionProto.Builder>