We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8d54a commit 35c1a47Copy full SHA for 35c1a47
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorType.h
@@ -18,7 +18,6 @@
18
namespace mlir {
19
namespace sparse_tensor {
20
21
-
22
//===----------------------------------------------------------------------===//
23
/// A wrapper around `RankedTensorType`, which has three goals:
24
///
@@ -61,7 +60,6 @@ class SparseTensorType {
61
60
: SparseTensorType(
62
RankedTensorType::get(stp.getShape(), stp.getElementType(), enc)) {}
63
64
65
SparseTensorType &operator=(const SparseTensorType &) = delete;
66
SparseTensorType(const SparseTensorType &) = default;
67
0 commit comments