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

Function quantize_int8_wrap

tools/api/api.cpp:267–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static void quantize_int8_wrap(program& prog, const target& t, quantize_int8_options& options)
268{
269 if(options.op_names.empty())
270 {
271 options.op_names = {"dot", "convolution"};
272 }
273
274 migraphx::quantize_int8(prog, t, options.calibration, options.op_names);
275}
276
277struct quantize_fp8_options
278{

Callers

nothing calls this directly

Calls 2

quantize_int8Function · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected