| 285 | } |
| 286 | |
| 287 | static void quantize_fp8_wrap(program& prog, const target& t, quantize_fp8_options& options) |
| 288 | { |
| 289 | migraphx::quantize_fp8(prog, t, options.calibration); |
| 290 | } |
| 291 | |
| 292 | static size_t get_onnx_operators_size() { return migraphx::get_onnx_operators().size(); } |
| 293 |
nothing calls this directly
no test coverage detected