[Mlir-commits] [mlir] [mlir][tosa] Change 'shape' of RESHAPE from attribute to input shape … (PR #125789)
Georgios Pinitas
llvmlistbot at llvm.org
Fri Feb 7 09:40:48 PST 2025
================
@@ -153,9 +154,10 @@ struct DepthwiseConv2DIsMul : public OpRewritePattern<tosa::DepthwiseConv2DOp> {
auto outputShapeType = RankedTensorType::get(
outputShape,
dyn_cast<RankedTensorType>(input.getType()).getElementType());
+ auto outputShapeValue =
----------------
GeorgeARM wrote:
directly in the function below?
https://github.com/llvm/llvm-project/pull/125789
More information about the Mlir-commits
mailing list