Package onnx

Interface OnnxMl.TypeProto.OpaqueOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDomain()
      When missing, the domain is the same as the model's.
      org.nd4j.shade.protobuf.ByteString getDomainBytes()
      When missing, the domain is the same as the model's.
      String getName()
      The name is optional but significant when provided.
      org.nd4j.shade.protobuf.ByteString getNameBytes()
      The name is optional but significant when provided.
      • 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()
         When missing, the domain is the same as the model's.
         
        string domain = 1;
        Returns:
        The domain.
      • getDomainBytes

        org.nd4j.shade.protobuf.ByteString getDomainBytes()
         When missing, the domain is the same as the model's.
         
        string domain = 1;
        Returns:
        The bytes for domain.
      • getName

        String getName()
         The name is optional but significant when provided.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        org.nd4j.shade.protobuf.ByteString getNameBytes()
         The name is optional but significant when provided.
         
        string name = 2;
        Returns:
        The bytes for name.