[PATCH] D76405: [MLIR] fix RankedTensorType doc comment
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 21:09:18 PDT 2020
bondhugula updated this revision to Diff 251260.
bondhugula added a comment.
Mark commit NFC
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76405/new/
https://reviews.llvm.org/D76405
Files:
mlir/include/mlir/IR/StandardTypes.h
Index: mlir/include/mlir/IR/StandardTypes.h
===================================================================
--- mlir/include/mlir/IR/StandardTypes.h
+++ mlir/include/mlir/IR/StandardTypes.h
@@ -342,8 +342,8 @@
};
/// Ranked tensor types represent multi-dimensional arrays that have a shape
-/// with a fixed number of dimensions. Each shape element can be a positive
-/// integer or unknown (represented -1).
+/// with a fixed number of dimensions. Each shape element can be a non-negative
+/// integer or unknown (represented by -1).
class RankedTensorType
: public Type::TypeBase<RankedTensorType, TensorType,
detail::RankedTensorTypeStorage> {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76405.251260.patch
Type: text/x-patch
Size: 690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200319/69921a28/attachment-0001.bin>
More information about the llvm-commits
mailing list