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