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

Function LITE_set_stream_id

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

Source from the content-addressed store, hash-verified

361}
362
363int LITE_set_stream_id(LiteNetwork network, int stream_id) {
364 LITE_CAPI_BEGIN();
365 LITE_ASSERT(network, "The network pass to LITE api is null");
366 static_cast<lite::Network*>(network)->set_stream_id(stream_id);
367 LITE_CAPI_END();
368}
369
370int LITE_get_stream_id(const LiteNetwork network, int* stream_id) {
371 LITE_CAPI_BEGIN();

Callers

nothing calls this directly

Calls 1

set_stream_idMethod · 0.80

Tested by

no test coverage detected