Uses of Class
onnx.Onnx.ValueInfoProto
Packages that use Onnx.ValueInfoProto
-
Uses of Onnx.ValueInfoProto in onnx
Fields in onnx with type parameters of type Onnx.ValueInfoProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Onnx.ValueInfoProto>Onnx.ValueInfoProto.PARSERDeprecated.Methods in onnx that return Onnx.ValueInfoProtoModifier and TypeMethodDescriptionOnnx.ValueInfoProto.Builder.build()Onnx.ValueInfoProto.Builder.buildPartial()static Onnx.ValueInfoProtoOnnx.ValueInfoProto.getDefaultInstance()Onnx.ValueInfoProto.Builder.getDefaultInstanceForType()Onnx.ValueInfoProto.getDefaultInstanceForType()Onnx.GraphProto.Builder.getInput(int index) The inputs and outputs of the graph.Onnx.GraphProto.getInput(int index) The inputs and outputs of the graph.Onnx.GraphProtoOrBuilder.getInput(int index) The inputs and outputs of the graph.Onnx.GraphProto.Builder.getOutput(int index) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.getOutput(int index) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProtoOrBuilder.getOutput(int index) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.getValueInfo(int index) Information for the values in the graph.Onnx.GraphProto.getValueInfo(int index) Information for the values in the graph.Onnx.GraphProtoOrBuilder.getValueInfo(int index) Information for the values in the graph.static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseDelimitedFrom(InputStream input) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(byte[] data) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(com.google.protobuf.ByteString data) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(com.google.protobuf.CodedInputStream input) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(InputStream input) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(ByteBuffer data) static Onnx.ValueInfoProtoOnnx.ValueInfoProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in onnx that return types with arguments of type Onnx.ValueInfoProtoModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.getInputList()The inputs and outputs of the graph.Onnx.GraphProto.getInputList()The inputs and outputs of the graph.Onnx.GraphProtoOrBuilder.getInputList()The inputs and outputs of the graph.Onnx.GraphProto.Builder.getOutputList()repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.getOutputList()repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProtoOrBuilder.getOutputList()repeated .onnx.ValueInfoProto output = 12;com.google.protobuf.Parser<Onnx.ValueInfoProto>Onnx.ValueInfoProto.getParserForType()Onnx.GraphProto.Builder.getValueInfoList()Information for the values in the graph.Onnx.GraphProto.getValueInfoList()Information for the values in the graph.Onnx.GraphProtoOrBuilder.getValueInfoList()Information for the values in the graph.static com.google.protobuf.Parser<Onnx.ValueInfoProto>Onnx.ValueInfoProto.parser()Methods in onnx with parameters of type Onnx.ValueInfoProtoModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.addInput(int index, Onnx.ValueInfoProto value) The inputs and outputs of the graph.Onnx.GraphProto.Builder.addInput(Onnx.ValueInfoProto value) The inputs and outputs of the graph.Onnx.GraphProto.Builder.addOutput(int index, Onnx.ValueInfoProto value) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.addOutput(Onnx.ValueInfoProto value) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.addValueInfo(int index, Onnx.ValueInfoProto value) Information for the values in the graph.Onnx.GraphProto.Builder.addValueInfo(Onnx.ValueInfoProto value) Information for the values in the graph.Onnx.ValueInfoProto.Builder.mergeFrom(Onnx.ValueInfoProto other) static Onnx.ValueInfoProto.BuilderOnnx.ValueInfoProto.newBuilder(Onnx.ValueInfoProto prototype) Onnx.GraphProto.Builder.setInput(int index, Onnx.ValueInfoProto value) The inputs and outputs of the graph.Onnx.GraphProto.Builder.setOutput(int index, Onnx.ValueInfoProto value) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.setValueInfo(int index, Onnx.ValueInfoProto value) Information for the values in the graph.Method parameters in onnx with type arguments of type Onnx.ValueInfoProtoModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.addAllInput(Iterable<? extends Onnx.ValueInfoProto> values) The inputs and outputs of the graph.Onnx.GraphProto.Builder.addAllOutput(Iterable<? extends Onnx.ValueInfoProto> values) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.addAllValueInfo(Iterable<? extends Onnx.ValueInfoProto> values) Information for the values in the graph.