Home
last modified time | relevance | path

Searched refs:setCache_ret (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp531 OH_NN_ReturnCode setCache_ret = OH_NNCompilation_SetCache(compilation, "./", PARAM_0); in OHNNCompilationSetCacheOne() local
532 NAPI_ASSERT(env, setCache_ret == OH_NN_SUCCESS, "OH_NNCompilation_SetCache Error"); in OHNNCompilationSetCacheOne()
547 OH_NN_ReturnCode setCache_ret = OH_NNCompilation_SetCache(nullptr, "./", PARAM_0); in OHNNCompilationSetCacheTwo() local
548 if (setCache_ret == OH_NN_INVALID_PARAMETER) { in OHNNCompilationSetCacheTwo()

Completed in 5 milliseconds