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

Function run_pass

test/rewrite_quantization_test.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static void run_pass(migraphx::module& m)
59{
60 migraphx::run_passes(m, {migraphx::rewrite_quantization{}});
61}
62
63static migraphx::argument eval(const migraphx::program& p)
64{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected