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