Package onnx

Interface Onnx.OperatorSetIdProtoOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Onnx.OperatorSetIdProto, Onnx.OperatorSetIdProto.Builder
    Enclosing class:
    Onnx

    public static interface Onnx.OperatorSetIdProtoOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDomain()
      The domain of the operator set being identified.
      org.nd4j.shade.protobuf.ByteString getDomainBytes()
      The domain of the operator set being identified.
      long getVersion()
      The version of the operator set being identified.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDomain

        String getDomain()
         The domain of the operator set being identified.
         The empty string ("") or absence of this field implies the operator
         set that is defined as part of the ONNX specification.
         This field MUST be present in this version of the IR when referring to any other operator set.
         
        string domain = 1;
        Returns:
        The domain.
      • getDomainBytes

        org.nd4j.shade.protobuf.ByteString getDomainBytes()
         The domain of the operator set being identified.
         The empty string ("") or absence of this field implies the operator
         set that is defined as part of the ONNX specification.
         This field MUST be present in this version of the IR when referring to any other operator set.
         
        string domain = 1;
        Returns:
        The bytes for domain.
      • getVersion

        long getVersion()
         The version of the operator set being identified.
         This field MUST be present in this version of the IR.
         
        int64 version = 2;
        Returns:
        The version.