Searched refs:includeApplyRescale (Results 1 – 3 of 3) sorted by relevance
44 if (this->includeApplyRescale) { in runOnOperation()57 std::unique_ptr<Pass> mlir::tosa::createTosaToArith(bool includeApplyRescale, in createTosaToArith() argument59 TosaToArithOptions options = {includeApplyRescale, use32BitApplyRescale}; in createTosaToArith()
25 std::unique_ptr<Pass> createTosaToArith(bool includeApplyRescale = false,
1147 Option<"includeApplyRescale", "include-apply-rescale",