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

Method wait

lite/load_and_run/src/models/model_mdl.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void ModelMdl::wait() {
107 m_asyc_exec->wait();
108}
109
110#if MGB_ENABLE_JSON
111std::shared_ptr<mgb::json::Object> ModelMdl::get_io_info() {

Callers 5

run_sublineMethod · 0.45
dump_modelMethod · 0.45
LITE_waitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected