Uses of Class
ai.onnx.proto.OnnxMl.AttributeProto
-
Uses of OnnxMl.AttributeProto in ai.onnx.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.AttributeProto>
OnnxMl.AttributeProto.PARSER
Deprecated.Modifier and TypeMethodDescriptionOnnxMl.AttributeProto.Builder.build()
OnnxMl.AttributeProto.Builder.buildPartial()
OnnxMl.NodeProto.Builder.getAttribute
(int index) Additional named attributes.OnnxMl.NodeProto.getAttribute
(int index) Additional named attributes.OnnxMl.NodeProtoOrBuilder.getAttribute
(int index) Additional named attributes.static OnnxMl.AttributeProto
OnnxMl.AttributeProto.getDefaultInstance()
OnnxMl.AttributeProto.Builder.getDefaultInstanceForType()
OnnxMl.AttributeProto.getDefaultInstanceForType()
static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseDelimitedFrom
(InputStream input) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(byte[] data) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(InputStream input) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(ByteBuffer data) static OnnxMl.AttributeProto
OnnxMl.AttributeProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.getAttributeList()
Additional named attributes.OnnxMl.NodeProto.getAttributeList()
Additional named attributes.OnnxMl.NodeProtoOrBuilder.getAttributeList()
Additional named attributes.com.google.protobuf.Parser<OnnxMl.AttributeProto>
OnnxMl.AttributeProto.getParserForType()
static com.google.protobuf.Parser<OnnxMl.AttributeProto>
OnnxMl.AttributeProto.parser()
Modifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.addAttribute
(int index, OnnxMl.AttributeProto value) Additional named attributes.OnnxMl.NodeProto.Builder.addAttribute
(OnnxMl.AttributeProto value) Additional named attributes.OnnxMl.AttributeProto.Builder.mergeFrom
(OnnxMl.AttributeProto other) OnnxMl.AttributeProto.newBuilder
(OnnxMl.AttributeProto prototype) OnnxMl.NodeProto.Builder.setAttribute
(int index, OnnxMl.AttributeProto value) Additional named attributes.Modifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.addAllAttribute
(Iterable<? extends OnnxMl.AttributeProto> values) Additional named attributes. -
Uses of OnnxMl.AttributeProto in org.tribuo.util.onnx
Modifier and TypeMethodDescriptionBuilds the attribute proto using the supplied value.