Uses of Interface
ai.onnx.proto.OnnxMl.ValueInfoProtoOrBuilder
Packages that use OnnxMl.ValueInfoProtoOrBuilder
-
Uses of OnnxMl.ValueInfoProtoOrBuilder in ai.onnx.proto
Classes in ai.onnx.proto that implement OnnxMl.ValueInfoProtoOrBuilderModifier and TypeClassDescriptionstatic final class
Defines information on value, including the name, the type, and the shape of the value.static final class
Defines information on value, including the name, the type, and the shape of the value.Methods in ai.onnx.proto that return OnnxMl.ValueInfoProtoOrBuilderModifier and TypeMethodDescriptionOnnxMl.GraphProto.Builder.getInputOrBuilder
(int index) The inputs and outputs of the graph.OnnxMl.GraphProto.getInputOrBuilder
(int index) The inputs and outputs of the graph.OnnxMl.GraphProtoOrBuilder.getInputOrBuilder
(int index) The inputs and outputs of the graph.OnnxMl.GraphProto.Builder.getOutputOrBuilder
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.getOutputOrBuilder
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProtoOrBuilder.getOutputOrBuilder
(int index) repeated .onnx.ValueInfoProto output = 12;
OnnxMl.GraphProto.Builder.getValueInfoOrBuilder
(int index) Information for the values in the graph.OnnxMl.GraphProto.getValueInfoOrBuilder
(int index) Information for the values in the graph.OnnxMl.GraphProtoOrBuilder.getValueInfoOrBuilder
(int index) Information for the values in the graph.Methods in ai.onnx.proto that return types with arguments of type OnnxMl.ValueInfoProtoOrBuilderModifier and TypeMethodDescriptionList<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProto.Builder.getInputOrBuilderList()
The inputs and outputs of the graph.List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProto.getInputOrBuilderList()
The inputs and outputs of the graph.List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProtoOrBuilder.getInputOrBuilderList()
The inputs and outputs of the graph.List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProto.Builder.getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12;
List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProto.getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12;
List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProtoOrBuilder.getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12;
List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProto.Builder.getValueInfoOrBuilderList()
Information for the values in the graph.List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProto.getValueInfoOrBuilderList()
Information for the values in the graph.List<? extends OnnxMl.ValueInfoProtoOrBuilder>
OnnxMl.GraphProtoOrBuilder.getValueInfoOrBuilderList()
Information for the values in the graph.