MCPcopy 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
37Model::Model() : nnapi_(NnApiImplementation()) {
38}
39
40Model::~Model() {
41 munmap(data_, data_size_);

Callers

nothing calls this directly

Calls 1

NnApiImplementationFunction · 0.85

Tested by

no test coverage detected