[Mlir-commits] [mlir] [mlir][tosa] Make Convolution Zero Points Inputs (PR #122939)
Luke Hutton
llvmlistbot at llvm.org
Thu Jan 30 08:35:48 PST 2025
================
@@ -790,7 +880,7 @@ LogicalResult tosa::FullyConnectedOp::inferReturnTypeComponents(
return success();
}
-LogicalResult FullyConnectedOp::verify() { return verifyConvOp(*this); }
+LogicalResult FullyConnectedOp::verify() { return success(); }
----------------
lhutton1 wrote:
Would be good not to regress in the checking here, can some relevant checks be copied over? (worryingly no tests caught this 😅)
https://github.com/llvm/llvm-project/pull/122939
More information about the Mlir-commits
mailing list