Package onnx

Class OnnxMl.AttributeProto.Builder

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

    public static final class OnnxMl.AttributeProto.Builder
    extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<OnnxMl.AttributeProto.Builder>
    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