Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/ai/nncore/opstest/src/
Dnncore_utils.cpp210 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free() function
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.cpp307 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free() function
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.cpp307 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free() function
/test/xts/acts/ai/nncore/common/
Dnncore_utils.cpp346 void Free(OH_NNModel *model, OH_NNCompilation *compilation, OH_NNExecutor *executor) in Free() function
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dstdlibndk.cpp1205 static napi_value Free(napi_env env, napi_callback_info info) in Free() function
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
Dnnrtndk.cpp37 void Free(OH_NNModel *model) { OH_NNModel_Destroy(&model); }; in Free() function