[mlir][tensor] Fix a typo in the example code for UnrankedTensorType
authorPeiming Liu <peiming@google.com>
Tue, 6 Sep 2022 22:25:41 +0000 (22:25 +0000)
committerPeiming Liu <peiming@google.com>
Tue, 6 Sep 2022 22:31:47 +0000 (22:31 +0000)
commit67dc6674c1dd1a64854ed301f32fa14e5d9948d4
tree78e1c43022e52b70523356437880c536d383c645
parent97d00b72a2b0a7aca631e1402a647f32c4e8bafb
[mlir][tensor] Fix a typo in the example code for UnrankedTensorType

The syntax for unrank tensor type is defined as  tensor-type ::= `tensor` `<` `*` `x` type `>`, the example code missed the `x` in between.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D133381
mlir/include/mlir/IR/BuiltinTypes.td