Uses of Class
ai.onnx.proto.OnnxMl.AttributeProto.Builder
-
Uses of OnnxMl.AttributeProto.Builder in ai.onnx.proto
Modifier and TypeMethodDescriptionOnnxMl.AttributeProto.Builder.addAllFloats
(Iterable<? extends Float> values) list of floatsOnnxMl.AttributeProto.Builder.addAllGraphs
(Iterable<? extends OnnxMl.GraphProto> values) list of graphOnnxMl.AttributeProto.Builder.addAllInts
(Iterable<? extends Long> values) list of intsOnnxMl.AttributeProto.Builder.addAllSparseTensors
(Iterable<? extends OnnxMl.SparseTensorProto> values) list of sparse tensorsOnnxMl.AttributeProto.Builder.addAllStrings
(Iterable<? extends com.google.protobuf.ByteString> values) list of UTF-8 stringsOnnxMl.AttributeProto.Builder.addAllTensors
(Iterable<? extends OnnxMl.TensorProto> values) list of tensorsOnnxMl.NodeProto.Builder.addAttributeBuilder()
Additional named attributes.OnnxMl.NodeProto.Builder.addAttributeBuilder
(int index) Additional named attributes.OnnxMl.AttributeProto.Builder.addFloats
(float value) list of floatsOnnxMl.AttributeProto.Builder.addGraphs
(int index, OnnxMl.GraphProto value) list of graphOnnxMl.AttributeProto.Builder.addGraphs
(int index, OnnxMl.GraphProto.Builder builderForValue) list of graphOnnxMl.AttributeProto.Builder.addGraphs
(OnnxMl.GraphProto value) list of graphOnnxMl.AttributeProto.Builder.addGraphs
(OnnxMl.GraphProto.Builder builderForValue) list of graphOnnxMl.AttributeProto.Builder.addInts
(long value) list of intsOnnxMl.AttributeProto.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.AttributeProto.Builder.addSparseTensors
(int index, OnnxMl.SparseTensorProto value) list of sparse tensorsOnnxMl.AttributeProto.Builder.addSparseTensors
(int index, OnnxMl.SparseTensorProto.Builder builderForValue) list of sparse tensorsOnnxMl.AttributeProto.Builder.addSparseTensors
(OnnxMl.SparseTensorProto value) list of sparse tensorsOnnxMl.AttributeProto.Builder.addSparseTensors
(OnnxMl.SparseTensorProto.Builder builderForValue) list of sparse tensorsOnnxMl.AttributeProto.Builder.addStrings
(com.google.protobuf.ByteString value) list of UTF-8 stringsOnnxMl.AttributeProto.Builder.addTensors
(int index, OnnxMl.TensorProto value) list of tensorsOnnxMl.AttributeProto.Builder.addTensors
(int index, OnnxMl.TensorProto.Builder builderForValue) list of tensorsOnnxMl.AttributeProto.Builder.addTensors
(OnnxMl.TensorProto value) list of tensorsOnnxMl.AttributeProto.Builder.addTensors
(OnnxMl.TensorProto.Builder builderForValue) list of tensorsOnnxMl.AttributeProto.Builder.clear()
OnnxMl.AttributeProto.Builder.clearDocString()
A human-readable documentation for this attribute.OnnxMl.AttributeProto.Builder.clearF()
Exactly ONE of the following fields must be present for this version of the IROnnxMl.AttributeProto.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.AttributeProto.Builder.clearFloats()
list of floatsOnnxMl.AttributeProto.Builder.clearG()
graphOnnxMl.AttributeProto.Builder.clearGraphs()
list of graphOnnxMl.AttributeProto.Builder.clearI()
intOnnxMl.AttributeProto.Builder.clearInts()
list of intsOnnxMl.AttributeProto.Builder.clearName()
The name field MUST be present for this version of the IR.OnnxMl.AttributeProto.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.AttributeProto.Builder.clearRefAttrName()
if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function.OnnxMl.AttributeProto.Builder.clearS()
UTF-8 stringOnnxMl.AttributeProto.Builder.clearSparseTensor()
sparse tensor valueOnnxMl.AttributeProto.Builder.clearSparseTensors()
list of sparse tensorsOnnxMl.AttributeProto.Builder.clearStrings()
list of UTF-8 stringsOnnxMl.AttributeProto.Builder.clearT()
tensor valueOnnxMl.AttributeProto.Builder.clearTensors()
list of tensorsOnnxMl.AttributeProto.Builder.clearType()
The type field MUST be present for this version of the IR.OnnxMl.AttributeProto.Builder.clone()
OnnxMl.NodeProto.Builder.getAttributeBuilder
(int index) Additional named attributes.OnnxMl.AttributeProto.Builder.mergeFrom
(OnnxMl.AttributeProto other) OnnxMl.AttributeProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.AttributeProto.Builder.mergeFrom
(com.google.protobuf.Message other) OnnxMl.AttributeProto.Builder.mergeG
(OnnxMl.GraphProto value) graphOnnxMl.AttributeProto.Builder.mergeSparseTensor
(OnnxMl.SparseTensorProto value) sparse tensor valueOnnxMl.AttributeProto.Builder.mergeT
(OnnxMl.TensorProto value) tensor valueOnnxMl.AttributeProto.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.AttributeProto.newBuilder()
OnnxMl.AttributeProto.newBuilder
(OnnxMl.AttributeProto prototype) OnnxMl.AttributeProto.newBuilderForType()
protected OnnxMl.AttributeProto.Builder
OnnxMl.AttributeProto.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.AttributeProto.Builder.removeGraphs
(int index) list of graphOnnxMl.AttributeProto.Builder.removeSparseTensors
(int index) list of sparse tensorsOnnxMl.AttributeProto.Builder.removeTensors
(int index) list of tensorsOnnxMl.AttributeProto.Builder.setDocString
(String value) A human-readable documentation for this attribute.OnnxMl.AttributeProto.Builder.setDocStringBytes
(com.google.protobuf.ByteString value) A human-readable documentation for this attribute.OnnxMl.AttributeProto.Builder.setF
(float value) Exactly ONE of the following fields must be present for this version of the IROnnxMl.AttributeProto.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.AttributeProto.Builder.setFloats
(int index, float value) list of floatsOnnxMl.AttributeProto.Builder.setG
(OnnxMl.GraphProto value) graphOnnxMl.AttributeProto.Builder.setG
(OnnxMl.GraphProto.Builder builderForValue) graphOnnxMl.AttributeProto.Builder.setGraphs
(int index, OnnxMl.GraphProto value) list of graphOnnxMl.AttributeProto.Builder.setGraphs
(int index, OnnxMl.GraphProto.Builder builderForValue) list of graphOnnxMl.AttributeProto.Builder.setI
(long value) intOnnxMl.AttributeProto.Builder.setInts
(int index, long value) list of intsThe name field MUST be present for this version of the IR.OnnxMl.AttributeProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name field MUST be present for this version of the IR.OnnxMl.AttributeProto.Builder.setRefAttrName
(String value) if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function.OnnxMl.AttributeProto.Builder.setRefAttrNameBytes
(com.google.protobuf.ByteString value) if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function.OnnxMl.AttributeProto.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OnnxMl.AttributeProto.Builder.setS
(com.google.protobuf.ByteString value) UTF-8 stringOnnxMl.AttributeProto.Builder.setSparseTensor
(OnnxMl.SparseTensorProto value) sparse tensor valueOnnxMl.AttributeProto.Builder.setSparseTensor
(OnnxMl.SparseTensorProto.Builder builderForValue) sparse tensor valueOnnxMl.AttributeProto.Builder.setSparseTensors
(int index, OnnxMl.SparseTensorProto value) list of sparse tensorsOnnxMl.AttributeProto.Builder.setSparseTensors
(int index, OnnxMl.SparseTensorProto.Builder builderForValue) list of sparse tensorsOnnxMl.AttributeProto.Builder.setStrings
(int index, com.google.protobuf.ByteString value) list of UTF-8 stringsOnnxMl.AttributeProto.Builder.setT
(OnnxMl.TensorProto value) tensor valueOnnxMl.AttributeProto.Builder.setT
(OnnxMl.TensorProto.Builder builderForValue) tensor valueOnnxMl.AttributeProto.Builder.setTensors
(int index, OnnxMl.TensorProto value) list of tensorsOnnxMl.AttributeProto.Builder.setTensors
(int index, OnnxMl.TensorProto.Builder builderForValue) list of tensorsOnnxMl.AttributeProto.Builder.setType
(OnnxMl.AttributeProto.AttributeType value) The type field MUST be present for this version of the IR.OnnxMl.AttributeProto.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.AttributeProto.toBuilder()
Modifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.getAttributeBuilderList()
Additional named attributes.Modifier and TypeMethodDescriptionOnnxMl.NodeProto.Builder.addAttribute
(int index, OnnxMl.AttributeProto.Builder builderForValue) Additional named attributes.OnnxMl.NodeProto.Builder.addAttribute
(OnnxMl.AttributeProto.Builder builderForValue) Additional named attributes.OnnxMl.NodeProto.Builder.setAttribute
(int index, OnnxMl.AttributeProto.Builder builderForValue) Additional named attributes.