Package onnx

Class Onnx.FunctionProto

  • All Implemented Interfaces:
    Serializable, Onnx.FunctionProtoOrBuilder, org.nd4j.shade.protobuf.Message, org.nd4j.shade.protobuf.MessageLite, org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    Enclosing class:
    Onnx

    public static final class Onnx.FunctionProto
    extends org.nd4j.shade.protobuf.GeneratedMessageV3
    implements Onnx.FunctionProtoOrBuilder
    Protobuf type onnx.FunctionProto
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface org.nd4j.shade.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(org.nd4j.shade.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        writeTo in class org.nd4j.shade.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        getSerializedSize in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface org.nd4j.shade.protobuf.Message
        Overrides:
        equals in class org.nd4j.shade.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.nd4j.shade.protobuf.Message
        Overrides:
        hashCode in class org.nd4j.shade.protobuf.AbstractMessage
      • parseFrom

        public static Onnx.FunctionProto parseFrom​(ByteBuffer data)
                                            throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Onnx.FunctionProto parseFrom​(ByteBuffer data,
                                                   org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Onnx.FunctionProto parseFrom​(org.nd4j.shade.protobuf.ByteString data)
                                            throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Onnx.FunctionProto parseFrom​(org.nd4j.shade.protobuf.ByteString data,
                                                   org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Onnx.FunctionProto parseFrom​(byte[] data)
                                            throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Onnx.FunctionProto parseFrom​(byte[] data,
                                                   org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
        Throws:
        org.nd4j.shade.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Onnx.FunctionProto parseFrom​(org.nd4j.shade.protobuf.CodedInputStream input,
                                                   org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Onnx.FunctionProto.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface org.nd4j.shade.protobuf.Message
        Specified by:
        newBuilderForType in interface org.nd4j.shade.protobuf.MessageLite
      • toBuilder

        public Onnx.FunctionProto.Builder toBuilder()
        Specified by:
        toBuilder in interface org.nd4j.shade.protobuf.Message
        Specified by:
        toBuilder in interface org.nd4j.shade.protobuf.MessageLite
      • newBuilderForType

        protected Onnx.FunctionProto.Builder newBuilderForType​(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • getParserForType

        public org.nd4j.shade.protobuf.Parser<Onnx.FunctionProto> getParserForType()
        Specified by:
        getParserForType in interface org.nd4j.shade.protobuf.Message
        Specified by:
        getParserForType in interface org.nd4j.shade.protobuf.MessageLite
        Overrides:
        getParserForType in class org.nd4j.shade.protobuf.GeneratedMessageV3
      • 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