Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ flush_lazy
Method
flush_lazy
src/plugin/impl/opr_io_dump.cpp:362–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
void TextOprIODump::flush_lazy() {
363
if (m_lazy_value) {
364
m_lazy_value->flush(this);
365
}
366
}
367
368
TextOprIODump::~TextOprIODump() {
369
flush_lazy();
Callers
1
run_test
Function · 0.80
Calls
1
flush
Method · 0.45
Tested by
1
run_test
Function · 0.64