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

Method empty

src/core/impl/graph/operator_node.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 VarNodeMemManager* need_mem_mgr = nullptr;
29
30 bool empty() const {
31 return !need_mem_mgr && !shape_sync_hdl && !value_sync_hdl;
32 }
33 };
34 CompNode m_comp_node;
35 // VarNodes in m_items should be listed in the same order as in the

Callers 15

tensor.cppFile · 0.45
allocMethod · 0.45
exit_fake_execMethod · 0.45
do_popMethod · 0.45
get_nvcc_root_pathFunction · 0.45
get_cuda_include_pathMethod · 0.45
print_nodeMethod · 0.45
allocMethod · 0.45
producer_waitMethod · 0.45
putMethod · 0.45
build_blobMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected