| 35 | #include <test.hpp> |
| 36 | |
| 37 | static void run_pass(migraphx::module& m) |
| 38 | { |
| 39 | migraphx::run_passes(m, {migraphx::rewrite_low_precision{}, migraphx::dead_code_elimination{}}); |
| 40 | } |
| 41 | |
| 42 | template <migraphx::shape::type_t DType, typename T> |
| 43 | static void |
no test coverage detected