Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
static void run_pass(migraphx::module& m)
59
{
60
migraphx::run_passes(m, {migraphx::rewrite_quantization{}});
61
}
62
63
static migraphx::argument eval(const migraphx::program& p)
64
{
Callers
1
TEST_CASE
Function · 0.70
Calls
1
run_passes
Function · 0.85
Tested by
no test coverage detected