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

Function run_pass

test/insert_pad_test.cpp:35–39  ·  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, {migraphx::normalize_ops{}, migraphx::insert_pad{}, migraphx::dead_code_elimination{}});
39}
40
41static migraphx::instruction_ref
42create_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