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

Function opt_pooling

test/rewrite_pooling_test.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_REWRITE_LRN);
40static void opt_pooling(migraphx::module& m)
41{
42 migraphx::rewrite_pooling rp;
43 migraphx::dead_code_elimination dce;
44 rp.apply(m);
45 dce.apply(m);
46}
47
48TEST_CASE(rewrite_pooling_test)
49{

Callers 1

TEST_CASEFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected