Package onnx

Class OnnxMl.AttributeProto

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

    public static final class OnnxMl.AttributeProto
    extends org.nd4j.shade.protobuf.GeneratedMessageV3
    implements OnnxMl.AttributeProtoOrBuilder
     Attributes
     A named attribute containing either singular float, integer, string, graph,
     and tensor values, or repeated float, integer, string, graph, and tensor values.
     An AttributeProto MUST contain the name field, and *only one* of the
     following content fields, effectively enforcing a C/C++ union equivalent.
     
    Protobuf type onnx.AttributeProto
    See Also:
    Serialized Form