[mlir][nfc] Fix indentation in LinalgOps.td.

This commit is contained in:
Alexander Belyaev 2021-02-19 13:02:58 +01:00
parent 30c0d5b4c3
commit 53367b8fe1
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ def Linalg_TiledLoopOp : Linalg_Op<"tiled_loop", [
Example:
```mlir
linalg.tiled_loop (%i) = (%c0) to (%c24) step (%c4)
linalg.tiled_loop (%i) = (%c0) to (%c24) step (%c4)
ins(%lhs, %rhs : tensor<24x64xi8>, tensor<24x64xi8>)
outs(%out : tensor<24x64xi8>)
iterators("parallel") {