Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ id_str
Method
id_str
src/core/impl/graph/var_node.cpp:173–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
#endif
172
173
std::string MemAllocPlan::Chunk::id_str() const {
174
return
"chk"
+ std::to_string(owner_var->id());
175
}
176
177
/* ===================== MemAllocPlan::Chunk ===================== */
178
#if MGB_ENABLE_JSON
Callers
8
compile_and_run
Function · 0.45
get_opr_fp_graph_exec
Method · 0.45
to_json
Method · 0.45
to_json
Method · 0.45
dump_static_infer_info_to_json
Method · 0.45
to_json
Method · 0.45
to_json
Method · 0.45
to_json
Method · 0.45
Calls
2
to_string
Function · 0.85
id
Method · 0.45
Tested by
1
compile_and_run
Function · 0.36