Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
operation load_op(const std::string& name)
48
{
49
return at(op_map(), name,
"Operator not found: "
+ name);
50
}
51
52
bool has_op(const std::string& name) { return op_map().count(name) == 1; }
53
Callers
4
TEST_CASE
Function · 0.85
make_op
Function · 0.85
make_op_generic
Function · 0.85
run
Method · 0.85
Calls
1
at
Function · 0.85
Tested by
no test coverage detected