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

Method tf_parser

src/tf/tf_parser.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158tf_parser::tf_parser()
159{
160 // Add all registered op parsers
161 for(auto&& name : get_op_parsers())
162 ops.emplace(name, get_op_parser(name));
163}
164
165static std::string get_name(const tensorflow::NodeDef& node) { return node.name(); }
166

Callers

nothing calls this directly

Calls 3

emplaceMethod · 0.80
get_op_parsersFunction · 0.70
get_op_parserFunction · 0.70

Tested by

no test coverage detected