Uses of Class
onnx.Onnx.ValueInfoProto.Builder
Packages that use Onnx.ValueInfoProto.Builder
-
Uses of Onnx.ValueInfoProto.Builder in onnx
Methods in onnx that return Onnx.ValueInfoProto.BuilderModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.addInputBuilder()The inputs and outputs of the graph.Onnx.GraphProto.Builder.addInputBuilder(int index) The inputs and outputs of the graph.Onnx.GraphProto.Builder.addOutputBuilder()repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.addOutputBuilder(int index) repeated .onnx.ValueInfoProto output = 12;Onnx.ValueInfoProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.GraphProto.Builder.addValueInfoBuilder()Information for the values in the graph.Onnx.GraphProto.Builder.addValueInfoBuilder(int index) Information for the values in the graph.Onnx.ValueInfoProto.Builder.clear()Onnx.ValueInfoProto.Builder.clearDocString()A human-readable documentation for this value.Onnx.ValueInfoProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.ValueInfoProto.Builder.clearName()This field MUST be present in this version of the IR.Onnx.ValueInfoProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.ValueInfoProto.Builder.clearType()This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.Onnx.ValueInfoProto.Builder.clone()Onnx.GraphProto.Builder.getInputBuilder(int index) The inputs and outputs of the graph.Onnx.GraphProto.Builder.getOutputBuilder(int index) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.getValueInfoBuilder(int index) Information for the values in the graph.Onnx.ValueInfoProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.ValueInfoProto.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.ValueInfoProto.Builder.mergeFrom(Onnx.ValueInfoProto other) Onnx.ValueInfoProto.Builder.mergeType(Onnx.TypeProto value) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.Onnx.ValueInfoProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Onnx.ValueInfoProto.BuilderOnnx.ValueInfoProto.newBuilder()static Onnx.ValueInfoProto.BuilderOnnx.ValueInfoProto.newBuilder(Onnx.ValueInfoProto prototype) Onnx.ValueInfoProto.newBuilderForType()protected Onnx.ValueInfoProto.BuilderOnnx.ValueInfoProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.ValueInfoProto.Builder.setDocString(String value) A human-readable documentation for this value.Onnx.ValueInfoProto.Builder.setDocStringBytes(com.google.protobuf.ByteString value) A human-readable documentation for this value.Onnx.ValueInfoProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) This field MUST be present in this version of the IR.Onnx.ValueInfoProto.Builder.setNameBytes(com.google.protobuf.ByteString value) This field MUST be present in this version of the IR.Onnx.ValueInfoProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Onnx.ValueInfoProto.Builder.setType(Onnx.TypeProto value) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.Onnx.ValueInfoProto.Builder.setType(Onnx.TypeProto.Builder builderForValue) This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.Onnx.ValueInfoProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.ValueInfoProto.toBuilder()Methods in onnx that return types with arguments of type Onnx.ValueInfoProto.BuilderModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.getInputBuilderList()The inputs and outputs of the graph.Onnx.GraphProto.Builder.getOutputBuilderList()repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.getValueInfoBuilderList()Information for the values in the graph.Methods in onnx with parameters of type Onnx.ValueInfoProto.BuilderModifier and TypeMethodDescriptionOnnx.GraphProto.Builder.addInput(int index, Onnx.ValueInfoProto.Builder builderForValue) The inputs and outputs of the graph.Onnx.GraphProto.Builder.addInput(Onnx.ValueInfoProto.Builder builderForValue) The inputs and outputs of the graph.Onnx.GraphProto.Builder.addOutput(int index, Onnx.ValueInfoProto.Builder builderForValue) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.addOutput(Onnx.ValueInfoProto.Builder builderForValue) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.addValueInfo(int index, Onnx.ValueInfoProto.Builder builderForValue) Information for the values in the graph.Onnx.GraphProto.Builder.addValueInfo(Onnx.ValueInfoProto.Builder builderForValue) Information for the values in the graph.Onnx.GraphProto.Builder.setInput(int index, Onnx.ValueInfoProto.Builder builderForValue) The inputs and outputs of the graph.Onnx.GraphProto.Builder.setOutput(int index, Onnx.ValueInfoProto.Builder builderForValue) repeated .onnx.ValueInfoProto output = 12;Onnx.GraphProto.Builder.setValueInfo(int index, Onnx.ValueInfoProto.Builder builderForValue) Information for the values in the graph.