Package ai.onnx.proto

Class OnnxMl.AttributeProto.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.AttributeProto.Builder>
ai.onnx.proto.OnnxMl.AttributeProto.Builder
All Implemented Interfaces:
OnnxMl.AttributeProtoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
OnnxMl.AttributeProto

public static final class OnnxMl.AttributeProto.Builder extends com.google.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