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

Function run_pass

test/eliminate_pad_test.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <test.hpp>
34
35static void run_pass(migraphx::module& m)
36{
37 migraphx::run_passes(
38 m,
39 {migraphx::normalize_ops{}, migraphx::eliminate_pad{}, migraphx::dead_code_elimination{}});
40}
41
42static migraphx::instruction_ref
43create_im2col(migraphx::instruction_ref& l_img, size_t channels, migraphx::module& m)

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected