Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ Model
Method
Model
dnnlibrary/Model.cpp:37–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
Model::Model() : nnapi_(NnApiImplementation()) {
38
}
39
40
Model::~Model() {
41
munmap(data_, data_size_);
Callers
nothing calls this directly
Calls
1
NnApiImplementation
Function · 0.85
Tested by
no test coverage detected