[Mlir-commits] [mlir] [mlir][tosa] Support `DenseResourceElementsAttr` in TOSA transpose folders (PR #124532)

Suraj Sudhir llvmlistbot at llvm.org
Mon Jan 27 08:47:42 PST 2025


================
@@ -176,13 +177,38 @@ DenseElementsAttr transposeType(const RangeType &data, ShapedType inputType,
                                 llvm::ArrayRef<ElementType>(outputValues));
 }
 
+// Function that tries to wrap the DenseResourceElementsAttr data access
----------------
sjarus wrote:

Unclear wording. 

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


More information about the Mlir-commits mailing list