Uses of Class
onnx.Onnx.TypeProto.Builder
Packages that use Onnx.TypeProto.Builder
-
Uses of Onnx.TypeProto.Builder in onnx
Methods in onnx that return Onnx.TypeProto.BuilderModifier and TypeMethodDescriptionOnnx.TypeProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.AttributeProto.Builder.addTypeProtosBuilder()list of type protosOnnx.AttributeProto.Builder.addTypeProtosBuilder(int index) list of type protosOnnx.TypeProto.Builder.clear()Onnx.TypeProto.Builder.clearDenotation()An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.Onnx.TypeProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.TypeProto.Builder.clearMapType()The type of a map.Onnx.TypeProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.TypeProto.Builder.clearOptionalType()The type of an optional.Onnx.TypeProto.Builder.clearSequenceType()The type of a sequence.Onnx.TypeProto.Builder.clearSparseTensorType()Type of the sparse tensorOnnx.TypeProto.Builder.clearTensorType()The type of a tensor.Onnx.TypeProto.Builder.clearValue()Onnx.TypeProto.Builder.clone()Onnx.TypeProto.Optional.Builder.getElemTypeBuilder()The type and optional shape of the element wrapped.Onnx.TypeProto.Sequence.Builder.getElemTypeBuilder()The type and optional shape of each element of the sequence.Onnx.AttributeProto.Builder.getTpBuilder()Do not use field below, it's deprecated.Onnx.ValueInfoProto.Builder.getTypeBuilder()This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.Onnx.AttributeProto.Builder.getTypeProtosBuilder(int index) list of type protosOnnx.TypeProto.Map.Builder.getValueTypeBuilder()This field MUST be present for this version of the IR.Onnx.TypeProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.TypeProto.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.TypeProto.Builder.mergeFrom(Onnx.TypeProto other) Onnx.TypeProto.Builder.mergeMapType(Onnx.TypeProto.Map value) The type of a map.Onnx.TypeProto.Builder.mergeOptionalType(Onnx.TypeProto.Optional value) The type of an optional.Onnx.TypeProto.Builder.mergeSequenceType(Onnx.TypeProto.Sequence value) The type of a sequence.Onnx.TypeProto.Builder.mergeSparseTensorType(Onnx.TypeProto.SparseTensor value) Type of the sparse tensorOnnx.TypeProto.Builder.mergeTensorType(Onnx.TypeProto.Tensor value) The type of a tensor.final Onnx.TypeProto.BuilderOnnx.TypeProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Onnx.TypeProto.BuilderOnnx.TypeProto.newBuilder()static Onnx.TypeProto.BuilderOnnx.TypeProto.newBuilder(Onnx.TypeProto prototype) Onnx.TypeProto.newBuilderForType()protected Onnx.TypeProto.BuilderOnnx.TypeProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.TypeProto.Builder.setDenotation(String value) An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.Onnx.TypeProto.Builder.setDenotationBytes(com.google.protobuf.ByteString value) An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.Onnx.TypeProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TypeProto.Builder.setMapType(Onnx.TypeProto.Map value) The type of a map.Onnx.TypeProto.Builder.setMapType(Onnx.TypeProto.Map.Builder builderForValue) The type of a map.Onnx.TypeProto.Builder.setOptionalType(Onnx.TypeProto.Optional value) The type of an optional.Onnx.TypeProto.Builder.setOptionalType(Onnx.TypeProto.Optional.Builder builderForValue) The type of an optional.Onnx.TypeProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Onnx.TypeProto.Builder.setSequenceType(Onnx.TypeProto.Sequence value) The type of a sequence.Onnx.TypeProto.Builder.setSequenceType(Onnx.TypeProto.Sequence.Builder builderForValue) The type of a sequence.Onnx.TypeProto.Builder.setSparseTensorType(Onnx.TypeProto.SparseTensor value) Type of the sparse tensorOnnx.TypeProto.Builder.setSparseTensorType(Onnx.TypeProto.SparseTensor.Builder builderForValue) Type of the sparse tensorOnnx.TypeProto.Builder.setTensorType(Onnx.TypeProto.Tensor value) The type of a tensor.Onnx.TypeProto.Builder.setTensorType(Onnx.TypeProto.Tensor.Builder builderForValue) The type of a tensor.final Onnx.TypeProto.BuilderOnnx.TypeProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TypeProto.toBuilder()Methods in onnx that return types with arguments of type Onnx.TypeProto.BuilderModifier and TypeMethodDescriptionOnnx.AttributeProto.Builder.getTypeProtosBuilderList()list of type protosMethods in onnx with parameters of type Onnx.TypeProto.BuilderModifier and TypeMethodDescriptionOnnx.AttributeProto.Builder.addTypeProtos(int index, Onnx.TypeProto.Builder builderForValue) list of type protosOnnx.AttributeProto.Builder.addTypeProtos(Onnx.TypeProto.Builder builderForValue) list of type protosOnnx.TypeProto.Optional.Builder.setElemType(Onnx.TypeProto.Builder builderForValue) The type and optional shape of the element wrapped.Onnx.TypeProto.Sequence.Builder.setElemType(Onnx.TypeProto.Builder builderForValue) The type and optional shape of each element of the sequence.Onnx.AttributeProto.Builder.setTp(Onnx.TypeProto.Builder builderForValue) Do not use field below, it's deprecated.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.AttributeProto.Builder.setTypeProtos(int index, Onnx.TypeProto.Builder builderForValue) list of type protosOnnx.TypeProto.Map.Builder.setValueType(Onnx.TypeProto.Builder builderForValue) This field MUST be present for this version of the IR.