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

Function quantize_fp16_with_op_names

tools/api/api.cpp:231–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231static void quantize_fp16_with_op_names(program& prog, std::vector<std::string>& names)
232{
233 if(names.empty())
234 {
235 names = {"all"};
236 }
237
238 migraphx::quantize_fp16(prog, names);
239}
240
241static void quantize_bf16_with_op_names(program& prog, std::vector<std::string>& names)
242{

Callers

nothing calls this directly

Calls 2

quantize_fp16Function · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected