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

Function get_name

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

Source from the content-addressed store, hash-verified

163}
164
165static std::string get_name(const tensorflow::NodeDef& node) { return node.name(); }
166
167static tf_parser::node_map get_nodes(const tensorflow::GraphDef& graph,
168 std::vector<tensorflow::NodeDef>& input_nodes)

Callers 4

get_nodesFunction · 0.85
is_valid_opFunction · 0.85
parse_nodeMethod · 0.85
parseMethod · 0.85

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected