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

Method name

test/module_test.cpp:458–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456{
457 bool* found = nullptr;
458 std::string name() const { return "check_for_pass_op"; }
459 void apply(migraphx::module& m) const
460 {
461 *found |= std::any_of(m.begin(), m.end(), [](auto&& ins) { return ins.name() == "pass"; });

Callers 2

TEST_CASEFunction · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected