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

Georgios Pinitas llvmlistbot at llvm.org
Thu Mar 6 03:23:15 PST 2025


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

Having some kind of interface here might have helped to avoid templatization.
Nothing to change just an idea.

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


More information about the Mlir-commits mailing list