[Mlir-commits] [mlir] [mlir][tosa] Add error if verification to pooling operators (PR #130052)

Luke Hutton llvmlistbot at llvm.org
Fri Mar 7 02:29:33 PST 2025


================
@@ -485,7 +485,95 @@ LogicalResult tosa::ArgMaxOp::verify() {
   return success();
 }
 
+template <typename T>
----------------
lhutton1 wrote:

It would likely be good to clean this up in a separate patch since it could also be done for other ops like convolutional ops

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


More information about the Mlir-commits mailing list