Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ typeid_name
Function
typeid_name
imperative/python/src/helper.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
template <typename T>
79
std::string typeid_name(const T& t) {
80
return demangle_typeid(typeid(t).name());
81
}
82
83
} // anonymous namespace
84
Callers
nothing calls this directly
Calls
2
demangle_typeid
Function · 0.85
name
Method · 0.45
Tested by
no test coverage detected