Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ run_task
Method
run_task
dnn/test/common/task_record_check.h:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
void disable_execute_inplace() { execute_inplace = false; }
51
52
void run_task() {
53
// printf(
"size of task : %zu\n"
, tasks.size());
54
for (auto&& task : tasks) {
55
task();
56
}
57
}
58
void clear_task() { tasks.clear(); }
59
};
60
Callers
1
exec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected