Uses of Interface
ai.onnx.proto.OnnxMl.ValueInfoProtoOrBuilder
-
Uses of OnnxMl.ValueInfoProtoOrBuilder in ai.onnx.proto
Modifier 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.Modifier 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.Modifier 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.