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

Function load_op

src/register_op.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47operation load_op(const std::string& name)
48{
49 return at(op_map(), name, "Operator not found: " + name);
50}
51
52bool has_op(const std::string& name) { return op_map().count(name) == 1; }
53

Callers 4

TEST_CASEFunction · 0.85
make_opFunction · 0.85
make_op_genericFunction · 0.85
runMethod · 0.85

Calls 1

atFunction · 0.85

Tested by

no test coverage detected