[Mlir-commits] [mlir] [mlir]: clarify tensor.pad docs for low/high config (PR #69641)
Maksim Levental
llvmlistbot at llvm.org
Thu Oct 19 14:19:24 PDT 2023
https://github.com/makslevental approved this pull request.
Man talk about annoying - I can't add this comment because it's not a changed line; can you change
```
The result tensor dimensions are `low` + `dim` + `high` along that
dimension.
```
on line 1177 to say
```
The result tensor dimensions are `low[i]` + `dim[i]` + `high[i]` for each dimension `i`.
```
https://github.com/llvm/llvm-project/pull/69641
More information about the Mlir-commits
mailing list