[Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
llvmlistbot at llvm.org
Tue Feb 11 06:57:42 PST 2025
================
@@ -519,6 +526,106 @@ LogicalResult TosaValidation::applyVariableCheck(Operation *op) {
return success();
}
+bool checkErrorIfResize(Operation *op) {
+ if (auto resize = dyn_cast<tosa::ResizeOp>(op)) {
----------------
GeorgeARM wrote:
Can we swap this to early return?
https://github.com/llvm/llvm-project/pull/124956
More information about the Mlir-commits
mailing list