Searched refs:setCache_ret (Results 1 – 1 of 1) sorted by relevance
531 OH_NN_ReturnCode setCache_ret = OH_NNCompilation_SetCache(compilation, "./", PARAM_0); in OHNNCompilationSetCacheOne() local532 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() local548 if (setCache_ret == OH_NN_INVALID_PARAMETER) { in OHNNCompilationSetCacheTwo()