Uses of Class
ai.onnx.proto.OnnxMl.ValueInfoProto
-
Uses of OnnxMl.ValueInfoProto in ai.onnx.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.ValueInfoProto>
OnnxMl.ValueInfoProto.PARSER
Deprecated.Modifier and TypeMethodDescriptionOnnxMl.ValueInfoProto.Builder.build()
OnnxMl.ValueInfoProto.Builder.buildPartial()
static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.getDefaultInstance()
OnnxMl.ValueInfoProto.Builder.getDefaultInstanceForType()
OnnxMl.ValueInfoProto.getDefaultInstanceForType()
OnnxMl.GraphProto.Builder.getInput
(int index) The inputs and outputs of the graph.OnnxMl.GraphProto.getInput
(int index) The inputs and outputs of the graph.OnnxMl.GraphProtoOrBuilder.getInput
(int index) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.getOutput
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.getOutput
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProtoOrBuilder.getOutput
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.getValueInfo
(int index) Information for the values in the graph.OnnxMl.GraphProto.getValueInfo
(int index) Information for the values in the graph.OnnxMl.GraphProtoOrBuilder.getValueInfo
(int index) Information for the values in the graph.static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseDelimitedFrom
(InputStream input) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(byte[] data) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(InputStream input) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(ByteBuffer data) static OnnxMl.ValueInfoProto
OnnxMl.ValueInfoProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.getInputList()
The inputs and outputs of the graph.OnnxMl.GraphProto.getInputList()
The inputs and outputs of the graph.OnnxMl.GraphProtoOrBuilder.getInputList()
The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.getOutputList()
repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.getOutputList()
repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProtoOrBuilder.getOutputList()
repeated .onnx.ValueInfoProto output = 12;
com.google.protobuf.Parser<OnnxMl.ValueInfoProto>
OnnxMl.ValueInfoProto.getParserForType()
OnnxMl.GraphProto.Builder.getValueInfoList()
Information for the values in the graph.OnnxMl.GraphProto.getValueInfoList()
Information for the values in the graph.OnnxMl.GraphProtoOrBuilder.getValueInfoList()
Information for the values in the graph.static com.google.protobuf.Parser<OnnxMl.ValueInfoProto>
OnnxMl.ValueInfoProto.parser()
Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addInput
(int index, OnnxMl.ValueInfoProto value) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.addInput
(OnnxMl.ValueInfoProto value) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.addOutput
(int index, OnnxMl.ValueInfoProto value) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.addOutput
(OnnxMl.ValueInfoProto value) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.addValueInfo
(int index, OnnxMl.ValueInfoProto value) Information for the values in the graph.OnnxMl.GraphProto.Builder.addValueInfo
(OnnxMl.ValueInfoProto value) Information for the values in the graph.OnnxMl.ValueInfoProto.Builder.mergeFrom
(OnnxMl.ValueInfoProto other) OnnxMl.ValueInfoProto.newBuilder
(OnnxMl.ValueInfoProto prototype) OnnxMl.GraphProto.Builder.setInput
(int index, OnnxMl.ValueInfoProto value) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.setOutput
(int index, OnnxMl.ValueInfoProto value) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.setValueInfo
(int index, OnnxMl.ValueInfoProto value) Information for the values in the graph.Modifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.addAllInput
(Iterable<? extends OnnxMl.ValueInfoProto> values) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.addAllOutput
(Iterable<? extends OnnxMl.ValueInfoProto> values) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.addAllValueInfo
(Iterable<? extends OnnxMl.ValueInfoProto> values) Information for the values in the graph.