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

Jeremy Kun llvmlistbot at llvm.org
Thu Oct 19 14:29:41 PDT 2023


================
@@ -1219,10 +1234,11 @@ def Tensor_PadOp : Tensor_Op<"pad", [
       } : tensor<2x3xf32> to tensor<?x?xf32>
     ```
 
-    Example 4:
+    Example 5: Force a padded value to be always exist with `nofold`, even
+    though the padding config asserts no new elements will be added to the
----------------
j2kun wrote:

s/asserts/specifies/

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


More information about the Mlir-commits mailing list