Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ get_op_parser
Function
get_op_parser
src/tf/op_parser.cpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
op_parser_map()[name] = std::move(f);
40
}
41
tf_parser::op_func get_op_parser(const std::string& name) { return op_parser_map().at(name); }
42
std::vector<std::string> get_op_parsers()
43
{
44
std::vector<std::string> result;
Callers
1
tf_parser
Method · 0.70
Calls
1
at
Method · 0.80
Tested by
no test coverage detected