[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
Loading
Please sign in to comment