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

Function run_pass

test/rewrite_low_precision_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::rewrite_low_precision{}, migraphx::dead_code_elimination{}});
40}
41
42template <migraphx::shape::type_t DType, typename T>
43static void

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected