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

Method get_device_id

lite/src/network.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267int Network::get_device_id() const {
268 LITE_ERROR_HANDLER_BEGIN
269 LITE_CHECK_NON_NULL_POINTER(m_impl);
270 return m_impl->get_device_id();
271 LITE_ERROR_HANDLER_END
272}
273
274int Network::get_stream_id() const {
275 LITE_ERROR_HANDLER_BEGIN

Callers 7

TESTFunction · 0.45
load_device_idFunction · 0.45
TESTFunction · 0.45
update_from_implementMethod · 0.45
concatMethod · 0.45
LITE_get_device_idFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
load_device_idFunction · 0.36
TESTFunction · 0.36