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

Function LITE_wait

lite/lite-c/src/network.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265int LITE_wait(const LiteNetwork network) {
266 LITE_CAPI_BEGIN();
267 LITE_ASSERT(network, "The network pass to LITE api is null");
268 static_cast<lite::Network*>(network)->wait();
269 LITE_CAPI_END();
270}
271
272int LITE_get_io_tensor(
273 LiteNetwork network, const char* io_name, LiteTensorPhase phase,

Callers 4

basic_c_interfaceFunction · 0.85
device_io_c_interfaceFunction · 0.85
basic_c_interfaceFunction · 0.85
TESTFunction · 0.85

Calls 1

waitMethod · 0.45

Tested by 1

TESTFunction · 0.68