Package onnx

Class OnnxMl.TypeProto.Sequence.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.Sequence.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.Sequence.Builder>
      • getDefaultInstanceForType

        public OnnxMl.TypeProto.Sequence 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.Sequence 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.Sequence buildPartial()
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.Message.Builder
        Specified by:
        buildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builder
      • setRepeatedField

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

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

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

        public boolean hasElemType()
         The type and optional shape of each element of the sequence.
         This field MUST be present for this version of the IR.
         
        .onnx.TypeProto elem_type = 1;
        Specified by:
        hasElemType in interface OnnxMl.TypeProto.SequenceOrBuilder
        Returns:
        Whether the elemType field is set.
      • mergeElemType

        public OnnxMl.TypeProto.Sequence.Builder mergeElemType​(OnnxMl.TypeProto value)
         The type and optional shape of each element of the sequence.
         This field MUST be present for this version of the IR.
         
        .onnx.TypeProto elem_type = 1;
      • clearElemType

        public OnnxMl.TypeProto.Sequence.Builder clearElemType()
         The type and optional shape of each element of the sequence.
         This field MUST be present for this version of the IR.
         
        .onnx.TypeProto elem_type = 1;
      • getElemTypeBuilder

        public OnnxMl.TypeProto.Builder getElemTypeBuilder()
         The type and optional shape of each element of the sequence.
         This field MUST be present for this version of the IR.
         
        .onnx.TypeProto elem_type = 1;
      • setUnknownFields

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

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