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

Function quantize_bf16_with_op_names

tools/api/api.cpp:241–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241static void quantize_bf16_with_op_names(program& prog, std::vector<std::string>& names)
242{
243 if(names.empty())
244 {
245 names = {"all"};
246 }
247
248 migraphx::quantize_bf16(prog, names);
249}
250
251struct quantize_int8_options
252{

Callers

nothing calls this directly

Calls 2

quantize_bf16Function · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected