MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / quantize_fp8_wrap

Function quantize_fp8_wrap

tools/api/api.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

quantize_fp8Function · 0.50

Tested by

no test coverage detected