[Mlir-commits] [mlir] [mlir]: clarify tensor.pad docs for low/high config (PR #69641)

Jeremy Kun llvmlistbot at llvm.org
Thu Oct 19 14:20:35 PDT 2023


j2kun wrote:

> 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`.
> ```

Fixed!

https://github.com/llvm/llvm-project/pull/69641


More information about the Mlir-commits mailing list