Uses of Class
ai.onnx.proto.OnnxMl.ValueInfoProto.Builder
Packages that use OnnxMl.ValueInfoProto.Builder
-
Uses of OnnxMl.ValueInfoProto.Builder in ai.onnx.proto
Methods in ai.onnx.proto that return OnnxMl.ValueInfoProto.BuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addInputBuilder()
The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.addInputBuilder
(int index) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.addOutputBuilder()
repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.addOutputBuilder
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.ValueInfoProto.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.GraphProto.Builder.addValueInfoBuilder()
Information for the values in the graph.OnnxMl.GraphProto.Builder.addValueInfoBuilder
(int index) Information for the values in the graph.OnnxMl.ValueInfoProto.Builder.clear()
OnnxMl.ValueInfoProto.Builder.clearDocString()
A human-readable documentation for this value.OnnxMl.ValueInfoProto.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.ValueInfoProto.Builder.clearName()
This field MUST be present in this version of the IR.OnnxMl.ValueInfoProto.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.ValueInfoProto.Builder.clearType()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.ValueInfoProto.Builder.clone()
OnnxMl.GraphProto.Builder.getInputBuilder
(int index) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.getOutputBuilder
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.getValueInfoBuilder
(int index) Information for the values in the graph.OnnxMl.ValueInfoProto.Builder.mergeFrom
(OnnxMl.ValueInfoProto other) OnnxMl.ValueInfoProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.ValueInfoProto.Builder.mergeFrom
(com.google.protobuf.Message other) OnnxMl.ValueInfoProto.Builder.mergeType
(OnnxMl.TypeProto value) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.OnnxMl.ValueInfoProto.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.ValueInfoProto.newBuilder()
OnnxMl.ValueInfoProto.newBuilder
(OnnxMl.ValueInfoProto prototype) OnnxMl.ValueInfoProto.newBuilderForType()
protected OnnxMl.ValueInfoProto.Builder
OnnxMl.ValueInfoProto.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.ValueInfoProto.Builder.setDocString
(String value) A human-readable documentation for this value.OnnxMl.ValueInfoProto.Builder.setDocStringBytes
(com.google.protobuf.ByteString value) A human-readable documentation for this value.OnnxMl.ValueInfoProto.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) This field MUST be present in this version of the IR.OnnxMl.ValueInfoProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) This field MUST be present in this version of the IR.OnnxMl.ValueInfoProto.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OnnxMl.ValueInfoProto.Builder.setType
(OnnxMl.TypeProto value) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.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.ValueInfoProto.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.ValueInfoProto.toBuilder()
Methods in ai.onnx.proto that return types with arguments of type OnnxMl.ValueInfoProto.BuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.getInputBuilderList()
The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.getOutputBuilderList()
repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.getValueInfoBuilderList()
Information for the values in the graph.Methods in ai.onnx.proto with parameters of type OnnxMl.ValueInfoProto.BuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addInput
(int index, OnnxMl.ValueInfoProto.Builder builderForValue) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.addInput
(OnnxMl.ValueInfoProto.Builder builderForValue) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.addOutput
(int index, OnnxMl.ValueInfoProto.Builder builderForValue) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.addOutput
(OnnxMl.ValueInfoProto.Builder builderForValue) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.addValueInfo
(int index, OnnxMl.ValueInfoProto.Builder builderForValue) Information for the values in the graph.OnnxMl.GraphProto.Builder.addValueInfo
(OnnxMl.ValueInfoProto.Builder builderForValue) Information for the values in the graph.OnnxMl.GraphProto.Builder.setInput
(int index, OnnxMl.ValueInfoProto.Builder builderForValue) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.setOutput
(int index, OnnxMl.ValueInfoProto.Builder builderForValue) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.setValueInfo
(int index, OnnxMl.ValueInfoProto.Builder builderForValue) Information for the values in the graph.