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

Method wait

lite/src/network.cpp:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void Network::wait() {
218 LITE_ERROR_HANDLER_BEGIN
219 LITE_ASSERT(m_loaded, "wait should be used after model loaded.");
220 LITE_CHECK_NON_NULL_POINTER(m_impl);
221 m_impl->wait();
222 LITE_ERROR_HANDLER_END
223}
224
225std::string Network::get_input_name(size_t index) const {
226 LITE_ERROR_HANDLER_BEGIN

Callers 15

device_inputFunction · 0.45
device_input_outputFunction · 0.45
pinned_host_inputFunction · 0.45
config_user_allocatorFunction · 0.45
basic_load_from_pathFunction · 0.45
basic_load_from_memoryFunction · 0.45
set_output_callbackFunction · 0.45
load_from_path_run_cudaFunction · 0.45
reset_inputFunction · 0.45
reset_input_outputFunction · 0.45

Calls

no outgoing calls

Tested by 11

TESTFunction · 0.36
TESTFunction · 0.36
test_multi_threadFunction · 0.36
test_output_no_copyFunction · 0.36
test_input_no_copyFunction · 0.36
test_io_no_copy_axFunction · 0.36
load_no_deviceFunction · 0.36
load_device_inputFunction · 0.36
load_device_idFunction · 0.36
mgelite_larFunction · 0.36
mgb_larFunction · 0.36