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

Function add_op_name

tools/api/api.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255};
256
257static void add_op_name(quantize_int8_options& options, const char* name)
258{
259 options.op_names.insert(name);
260}
261
262static void add_calibration_data(quantize_int8_options& options, parameter_map& data)
263{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected