Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ setMetaPtr
Method
setMetaPtr
source/core/Backend.hpp:274–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
return mMetaPtr;
273
}
274
void setMetaPtr(void* ptr) {
275
mMetaPtr = ptr;
276
}
277
// path of the NPU model directory
278
std::string pNPUModelDirPath =
"."
;
279
Callers
4
onCreate
Method · 0.80
onCreate
Method · 0.80
onCreate
Method · 0.80
onCreate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected