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

Function run_pass

test/optimize_module_test.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#include <test.hpp>
36
37static void run_pass(migraphx::module& m)
38{
39 migraphx::run_passes(m, {migraphx::optimize_module{}});
40}
41
42TEST_CASE(broadcast_transpose_inner_broadcast)
43{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected