Uses of Class
ai.onnx.proto.OnnxMl.TypeProto.Map.Builder
Packages that use OnnxMl.TypeProto.Map.Builder
-
Uses of OnnxMl.TypeProto.Map.Builder in ai.onnx.proto
Methods in ai.onnx.proto that return OnnxMl.TypeProto.Map.BuilderModifier and TypeMethodDescriptionOnnxMl.TypeProto.Map.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TypeProto.Map.Builder.clear()
OnnxMl.TypeProto.Map.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.TypeProto.Map.Builder.clearKeyType()
This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.OnnxMl.TypeProto.Map.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.TypeProto.Map.Builder.clearValueType()
This field MUST be present for this version of the IR.OnnxMl.TypeProto.Map.Builder.clone()
OnnxMl.TypeProto.Builder.getMapTypeBuilder()
The type of a map.OnnxMl.TypeProto.Map.Builder.mergeFrom
(OnnxMl.TypeProto.Map other) OnnxMl.TypeProto.Map.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TypeProto.Map.Builder.mergeFrom
(com.google.protobuf.Message other) OnnxMl.TypeProto.Map.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TypeProto.Map.Builder.mergeValueType
(OnnxMl.TypeProto value) This field MUST be present for this version of the IR.static OnnxMl.TypeProto.Map.Builder
OnnxMl.TypeProto.Map.newBuilder()
static OnnxMl.TypeProto.Map.Builder
OnnxMl.TypeProto.Map.newBuilder
(OnnxMl.TypeProto.Map prototype) OnnxMl.TypeProto.Map.newBuilderForType()
protected OnnxMl.TypeProto.Map.Builder
OnnxMl.TypeProto.Map.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.TypeProto.Map.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TypeProto.Map.Builder.setKeyType
(int value) This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.OnnxMl.TypeProto.Map.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OnnxMl.TypeProto.Map.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TypeProto.Map.Builder.setValueType
(OnnxMl.TypeProto value) This field MUST be present for this version of the IR.OnnxMl.TypeProto.Map.Builder.setValueType
(OnnxMl.TypeProto.Builder builderForValue) This field MUST be present for this version of the IR.OnnxMl.TypeProto.Map.toBuilder()
Methods in ai.onnx.proto with parameters of type OnnxMl.TypeProto.Map.BuilderModifier and TypeMethodDescriptionOnnxMl.TypeProto.Builder.setMapType
(OnnxMl.TypeProto.Map.Builder builderForValue) The type of a map.