| 854 | } |
| 855 | |
| 856 | void QuantizationDriver::Run() { |
| 857 | Initialize(); |
| 858 | if (PropagateParams()) { |
| 859 | Finalize(); |
| 860 | } |
| 861 | } |
| 862 | |
| 863 | void ApplyQuantizationParamsPropagation( |
| 864 | mlir::FuncOp func, bool is_signed, bool disable_per_channel, |
no test coverage detected