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

Function log_failed_load

dnn/atlas-stub/src/libatlas-wrap.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static void log_failed_load(int func_idx) {
163 LOGE("failed to load atlas func: %s", g_func_name[func_idx]);
164}
165
166static void* resolve_library_func(void* handle, const char* func) {
167 if (!handle) {

Callers 1

on_init_failedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected