Uses of Class
ai.onnx.proto.OnnxMl.TensorShapeProto.Builder
Packages that use OnnxMl.TensorShapeProto.Builder
-
Uses of OnnxMl.TensorShapeProto.Builder in ai.onnx.proto
Subclasses with type arguments of type OnnxMl.TensorShapeProto.Builder in ai.onnx.protoModifier and TypeClassDescriptionstatic final classDefines a tensor shape.Methods in ai.onnx.proto that return OnnxMl.TensorShapeProto.BuilderModifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.addAllDim(Iterable<? extends OnnxMl.TensorShapeProto.Dimension> values) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.addDim(int index, OnnxMl.TensorShapeProto.Dimension value) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.addDim(int index, OnnxMl.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.addDim(OnnxMl.TensorShapeProto.Dimension value) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.addDim(OnnxMl.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TensorShapeProto.Builder.clear()OnnxMl.TensorShapeProto.Builder.clearDim()repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.TensorShapeProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.TensorShapeProto.Builder.clone()OnnxMl.TypeProto.SparseTensor.Builder.getShapeBuilder()optional .onnx.TensorShapeProto shape = 2;OnnxMl.TypeProto.Tensor.Builder.getShapeBuilder()optional .onnx.TensorShapeProto shape = 2;OnnxMl.TensorShapeProto.Builder.mergeFrom(OnnxMl.TensorShapeProto other) OnnxMl.TensorShapeProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorShapeProto.Builder.mergeFrom(com.google.protobuf.Message other) OnnxMl.TensorShapeProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TensorShapeProto.newBuilder()OnnxMl.TensorShapeProto.newBuilder(OnnxMl.TensorShapeProto prototype) OnnxMl.TensorShapeProto.newBuilderForType()protected OnnxMl.TensorShapeProto.BuilderOnnxMl.TensorShapeProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.TensorShapeProto.Builder.removeDim(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.setDim(int index, OnnxMl.TensorShapeProto.Dimension value) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.setDim(int index, OnnxMl.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TensorShapeProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OnnxMl.TensorShapeProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TensorShapeProto.toBuilder()Methods in ai.onnx.proto with parameters of type OnnxMl.TensorShapeProto.BuilderModifier and TypeMethodDescriptionOnnxMl.TypeProto.SparseTensor.Builder.setShape(OnnxMl.TensorShapeProto.Builder builderForValue) optional .onnx.TensorShapeProto shape = 2;OnnxMl.TypeProto.Tensor.Builder.setShape(OnnxMl.TensorShapeProto.Builder builderForValue) optional .onnx.TensorShapeProto shape = 2;