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

Function add_calibration_data

tools/api/api.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262static void add_calibration_data(quantize_int8_options& options, parameter_map& data)
263{
264 options.calibration.push_back(data);
265}
266
267static void quantize_int8_wrap(program& prog, const target& t, quantize_int8_options& options)
268{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected