Uses of Class
onnx.Onnx.TypeProto.SparseTensor.Builder
Packages that use Onnx.TypeProto.SparseTensor.Builder
-
Uses of Onnx.TypeProto.SparseTensor.Builder in onnx
Methods in onnx that return Onnx.TypeProto.SparseTensor.BuilderModifier and TypeMethodDescriptionOnnx.TypeProto.SparseTensor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TypeProto.SparseTensor.Builder.clear()Onnx.TypeProto.SparseTensor.Builder.clearElemType()This field MUST NOT have the value of UNDEFINED This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.Onnx.TypeProto.SparseTensor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.TypeProto.SparseTensor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.TypeProto.SparseTensor.Builder.clearShape()optional .onnx.TensorShapeProto shape = 2;Onnx.TypeProto.SparseTensor.Builder.clone()Onnx.TypeProto.Builder.getSparseTensorTypeBuilder()Type of the sparse tensorOnnx.TypeProto.SparseTensor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.TypeProto.SparseTensor.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.TypeProto.SparseTensor.Builder.mergeFrom(Onnx.TypeProto.SparseTensor other) Onnx.TypeProto.SparseTensor.Builder.mergeShape(Onnx.TensorShapeProto value) optional .onnx.TensorShapeProto shape = 2;Onnx.TypeProto.SparseTensor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TypeProto.SparseTensor.newBuilder()Onnx.TypeProto.SparseTensor.newBuilder(Onnx.TypeProto.SparseTensor prototype) Onnx.TypeProto.SparseTensor.newBuilderForType()protected Onnx.TypeProto.SparseTensor.BuilderOnnx.TypeProto.SparseTensor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.TypeProto.SparseTensor.Builder.setElemType(int value) This field MUST NOT have the value of UNDEFINED This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.Onnx.TypeProto.SparseTensor.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TypeProto.SparseTensor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Onnx.TypeProto.SparseTensor.Builder.setShape(Onnx.TensorShapeProto value) optional .onnx.TensorShapeProto shape = 2;Onnx.TypeProto.SparseTensor.Builder.setShape(Onnx.TensorShapeProto.Builder builderForValue) optional .onnx.TensorShapeProto shape = 2;Onnx.TypeProto.SparseTensor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TypeProto.SparseTensor.toBuilder()Methods in onnx with parameters of type Onnx.TypeProto.SparseTensor.BuilderModifier and TypeMethodDescriptionOnnx.TypeProto.Builder.setSparseTensorType(Onnx.TypeProto.SparseTensor.Builder builderForValue) Type of the sparse tensor