MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / add_comp_node

Method add_comp_node

src/core/impl/graph/normal_exec_env.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void NormalExecEnv::add_comp_node(CompNode cn) {
58 normalize_comp_node(cn);
59 m_worker_task_queue[cn]; // insert task seq
60}
61
62template <bool check_exec_pause, bool check_exec_mask>
63void NormalExecEnv::run_task_seq_impl(const TaskSeq& seq) {

Callers 3

build_single_oprMethod · 0.80
build_single_oprMethod · 0.80
on_first_execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected