Uses of Class
ai.onnx.proto.OnnxMl.TypeProto.Builder
-
Uses of OnnxMl.TypeProto.Builder in ai.onnx.proto
Modifier and TypeMethodDescriptionOnnxMl.TypeProto.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TypeProto.Builder.clear()
OnnxMl.TypeProto.Builder.clearDenotation()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.OnnxMl.TypeProto.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.TypeProto.Builder.clearMapType()
The type of a map.OnnxMl.TypeProto.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.TypeProto.Builder.clearOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7;
OnnxMl.TypeProto.Builder.clearSequenceType()
The type of a sequence.OnnxMl.TypeProto.Builder.clearSparseTensorType()
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
OnnxMl.TypeProto.Builder.clearTensorType()
The type of a tensor.OnnxMl.TypeProto.Builder.clearValue()
OnnxMl.TypeProto.Builder.clone()
OnnxMl.TypeProto.Sequence.Builder.getElemTypeBuilder()
The type and optional shape of each element of the sequence.OnnxMl.ValueInfoProto.Builder.getTypeBuilder()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.TypeProto.Map.Builder.getValueTypeBuilder()
This field MUST be present for this version of the IR.OnnxMl.TypeProto.Builder.mergeFrom
(OnnxMl.TypeProto other) OnnxMl.TypeProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TypeProto.Builder.mergeFrom
(com.google.protobuf.Message other) OnnxMl.TypeProto.Builder.mergeMapType
(OnnxMl.TypeProto.Map value) The type of a map.OnnxMl.TypeProto.Builder.mergeOpaqueType
(OnnxMl.TypeProto.Opaque value) .onnx.TypeProto.Opaque opaque_type = 7;
OnnxMl.TypeProto.Builder.mergeSequenceType
(OnnxMl.TypeProto.Sequence value) The type of a sequence.OnnxMl.TypeProto.Builder.mergeSparseTensorType
(OnnxMl.TypeProto.SparseTensor value) .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
OnnxMl.TypeProto.Builder.mergeTensorType
(OnnxMl.TypeProto.Tensor value) The type of a tensor.final OnnxMl.TypeProto.Builder
OnnxMl.TypeProto.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static OnnxMl.TypeProto.Builder
OnnxMl.TypeProto.newBuilder()
static OnnxMl.TypeProto.Builder
OnnxMl.TypeProto.newBuilder
(OnnxMl.TypeProto prototype) OnnxMl.TypeProto.newBuilderForType()
protected OnnxMl.TypeProto.Builder
OnnxMl.TypeProto.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.TypeProto.Builder.setDenotation
(String value) An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.OnnxMl.TypeProto.Builder.setDenotationBytes
(com.google.protobuf.ByteString value) An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.OnnxMl.TypeProto.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TypeProto.Builder.setMapType
(OnnxMl.TypeProto.Map value) The type of a map.OnnxMl.TypeProto.Builder.setMapType
(OnnxMl.TypeProto.Map.Builder builderForValue) The type of a map.OnnxMl.TypeProto.Builder.setOpaqueType
(OnnxMl.TypeProto.Opaque value) .onnx.TypeProto.Opaque opaque_type = 7;
OnnxMl.TypeProto.Builder.setOpaqueType
(OnnxMl.TypeProto.Opaque.Builder builderForValue) .onnx.TypeProto.Opaque opaque_type = 7;
OnnxMl.TypeProto.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OnnxMl.TypeProto.Builder.setSequenceType
(OnnxMl.TypeProto.Sequence value) The type of a sequence.OnnxMl.TypeProto.Builder.setSequenceType
(OnnxMl.TypeProto.Sequence.Builder builderForValue) The type of a sequence.OnnxMl.TypeProto.Builder.setSparseTensorType
(OnnxMl.TypeProto.SparseTensor value) .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
OnnxMl.TypeProto.Builder.setSparseTensorType
(OnnxMl.TypeProto.SparseTensor.Builder builderForValue) .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
OnnxMl.TypeProto.Builder.setTensorType
(OnnxMl.TypeProto.Tensor value) The type of a tensor.OnnxMl.TypeProto.Builder.setTensorType
(OnnxMl.TypeProto.Tensor.Builder builderForValue) The type of a tensor.final OnnxMl.TypeProto.Builder
OnnxMl.TypeProto.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TypeProto.toBuilder()
Modifier and TypeMethodDescriptionOnnxMl.TypeProto.Sequence.Builder.setElemType
(OnnxMl.TypeProto.Builder builderForValue) The type and optional shape of each element of the sequence.OnnxMl.ValueInfoProto.Builder.setType
(OnnxMl.TypeProto.Builder builderForValue) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.TypeProto.Map.Builder.setValueType
(OnnxMl.TypeProto.Builder builderForValue) This field MUST be present for this version of the IR.