Package onnx

Class OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • clear

        public OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • getDefaultInstanceForType

        public OnnxMl.TypeProto.Opaque getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilder
      • build

        public OnnxMl.TypeProto.Opaque 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 OnnxMl.TypeProto.Opaque 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 OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • clearField

        public OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • clearOneof

        public OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • setRepeatedField

        public OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • addRepeatedField

        public OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • mergeFrom

        public OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
        Throws:
        IOException
      • getDomainBytes

        public org.nd4j.shade.protobuf.ByteString getDomainBytes()
         When missing, the domain is the same as the model's.
         
        string domain = 1;
        Specified by:
        getDomainBytes in interface OnnxMl.TypeProto.OpaqueOrBuilder
        Returns:
        The bytes for domain.
      • setDomain

        public OnnxMl.TypeProto.Opaque.Builder setDomain​(String value)
         When missing, the domain is the same as the model's.
         
        string domain = 1;
        Parameters:
        value - The domain to set.
        Returns:
        This builder for chaining.
      • clearDomain

        public OnnxMl.TypeProto.Opaque.Builder clearDomain()
         When missing, the domain is the same as the model's.
         
        string domain = 1;
        Returns:
        This builder for chaining.
      • setDomainBytes

        public OnnxMl.TypeProto.Opaque.Builder setDomainBytes​(org.nd4j.shade.protobuf.ByteString value)
         When missing, the domain is the same as the model's.
         
        string domain = 1;
        Parameters:
        value - The bytes for domain to set.
        Returns:
        This builder for chaining.
      • getNameBytes

        public org.nd4j.shade.protobuf.ByteString getNameBytes()
         The name is optional but significant when provided.
         
        string name = 2;
        Specified by:
        getNameBytes in interface OnnxMl.TypeProto.OpaqueOrBuilder
        Returns:
        The bytes for name.
      • setName

        public OnnxMl.TypeProto.Opaque.Builder setName​(String value)
         The name is optional but significant when provided.
         
        string name = 2;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public OnnxMl.TypeProto.Opaque.Builder clearName()
         The name is optional but significant when provided.
         
        string name = 2;
        Returns:
        This builder for chaining.
      • setNameBytes

        public OnnxMl.TypeProto.Opaque.Builder setNameBytes​(org.nd4j.shade.protobuf.ByteString value)
         The name is optional but significant when provided.
         
        string name = 2;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>
      • mergeUnknownFields

        public final OnnxMl.TypeProto.Opaque.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<OnnxMl.TypeProto.Opaque.Builder>