Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
static void log_failed_load(int func_idx) {
163
LOGE(
"failed to load atlas func: %s"
, g_func_name[func_idx]);
164
}
165
166
static void* resolve_library_func(void* handle, const char* func) {
167
if (!handle) {
Callers
1
on_init_failed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected