MCPcopy Create free account
hub / github.com/OAID/Tengine / get_node_name

Function get_node_name

core/lib/tengine_c_api.cpp:674–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674const char* get_node_name(node_t node)
675{
676 Node* real_node = reinterpret_cast<Node*>(node);
677
678 return real_node->GetName().c_str();
679}
680
681const char* get_node_op(node_t node)
682{

Callers

nothing calls this directly

Calls 2

GetNameMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected