MCPcopy 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}
41tf_parser::op_func get_op_parser(const std::string& name) { return op_parser_map().at(name); }
42std::vector<std::string> get_op_parsers()
43{
44 std::vector<std::string> result;

Callers 1

tf_parserMethod · 0.70

Calls 1

atMethod · 0.80

Tested by

no test coverage detected