Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
674
const 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
681
const char* get_node_op(node_t node)
682
{
Callers
nothing calls this directly
Calls
2
GetName
Method · 0.80
c_str
Method · 0.45
Tested by
no test coverage detected