[Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
llvmlistbot at llvm.org
Wed Feb 12 04:05:10 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)) {
----------------
Hsiangkai wrote:
Done.
https://github.com/llvm/llvm-project/pull/124956
More information about the Mlir-commits
mailing list