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

Function LITE_forward

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

Source from the content-addressed store, hash-verified

256}
257
258int LITE_forward(const LiteNetwork network) {
259 LITE_CAPI_BEGIN();
260 LITE_ASSERT(network, "The network pass to LITE api is null");
261 static_cast<lite::Network*>(network)->forward();
262 LITE_CAPI_END();
263}
264
265int LITE_wait(const LiteNetwork network) {
266 LITE_CAPI_BEGIN();

Callers 5

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

Calls 1

forwardMethod · 0.45

Tested by 1

TESTFunction · 0.68