Uses of Interface
onnx.Onnx.ValueInfoProtoOrBuilder
-
Packages that use Onnx.ValueInfoProtoOrBuilder Package Description onnx -
-
Uses of Onnx.ValueInfoProtoOrBuilder in onnx
Classes in onnx that implement Onnx.ValueInfoProtoOrBuilder Modifier and Type Class Description static classOnnx.ValueInfoProtoDefines information on value, including the name, the type, and the shape of the value.static classOnnx.ValueInfoProto.BuilderDefines information on value, including the name, the type, and the shape of the value.Methods in onnx that return Onnx.ValueInfoProtoOrBuilder Modifier and Type Method Description Onnx.ValueInfoProtoOrBuilderOnnx.GraphProto.Builder. getInputOrBuilder(int index)The inputs and outputs of the graph.Onnx.ValueInfoProtoOrBuilderOnnx.GraphProto. getInputOrBuilder(int index)The inputs and outputs of the graph.Onnx.ValueInfoProtoOrBuilderOnnx.GraphProtoOrBuilder. getInputOrBuilder(int index)The inputs and outputs of the graph.Onnx.ValueInfoProtoOrBuilderOnnx.GraphProto.Builder. getOutputOrBuilder(int index)repeated .onnx.ValueInfoProto output = 12;Onnx.ValueInfoProtoOrBuilderOnnx.GraphProto. getOutputOrBuilder(int index)repeated .onnx.ValueInfoProto output = 12;Onnx.ValueInfoProtoOrBuilderOnnx.GraphProtoOrBuilder. getOutputOrBuilder(int index)repeated .onnx.ValueInfoProto output = 12;Onnx.ValueInfoProtoOrBuilderOnnx.GraphProto.Builder. getValueInfoOrBuilder(int index)Information for the values in the graph.Onnx.ValueInfoProtoOrBuilderOnnx.GraphProto. getValueInfoOrBuilder(int index)Information for the values in the graph.Onnx.ValueInfoProtoOrBuilderOnnx.GraphProtoOrBuilder. getValueInfoOrBuilder(int index)Information for the values in the graph.Methods in onnx that return types with arguments of type Onnx.ValueInfoProtoOrBuilder Modifier and Type Method Description List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProto.Builder. getInputOrBuilderList()The inputs and outputs of the graph.List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProto. getInputOrBuilderList()The inputs and outputs of the graph.List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProtoOrBuilder. getInputOrBuilderList()The inputs and outputs of the graph.List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProto.Builder. getOutputOrBuilderList()repeated .onnx.ValueInfoProto output = 12;List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProto. getOutputOrBuilderList()repeated .onnx.ValueInfoProto output = 12;List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProtoOrBuilder. getOutputOrBuilderList()repeated .onnx.ValueInfoProto output = 12;List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProto.Builder. getValueInfoOrBuilderList()Information for the values in the graph.List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProto. getValueInfoOrBuilderList()Information for the values in the graph.List<? extends Onnx.ValueInfoProtoOrBuilder>Onnx.GraphProtoOrBuilder. getValueInfoOrBuilderList()Information for the values in the graph.
-