Home
last modified time | relevance | path

Searched refs:CACHE_DIR (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dconst.h33 const std::string CACHE_DIR = "./cache"; variable
34 const std::string CACHE_PATH = CACHE_DIR + "/0.nncache";
35 const std::string CACHE_INFO_PATH = CACHE_DIR + "/cache_info.nncache";
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dconst.h33 const std::string CACHE_DIR = "./cache"; variable
34 const std::string CACHE_PATH = CACHE_DIR + "/0.nncache";
35 const std::string CACHE_INFO_PATH = CACHE_DIR + "/cache_info.nncache";
/test/xts/acts/ai/nncore/common/
Dnncore_const.h33 const std::string CACHE_DIR = "./cache"; variable
34 const std::string CACHE_PATH = CACHE_DIR + "/0.nncache";
35 const std::string CACHE_INFO_PATH = CACHE_DIR + "/cache_info.nncache";
/test/xts/acts/ai/nncore/nncoretest/src/
DHdiCompilationTest.cpp26 CreateFolder(CACHE_DIR); in SetUp()
30 DeleteFolder(CACHE_DIR); in TearDown()
37 .cacheDir = CACHE_DIR, in GenCacheFile()
75 … ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_SetCache(compilation, CACHE_DIR.c_str(), CACHEVERSION));
331 … ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_SetCache(compilation, CACHE_DIR.c_str(), CACHEVERSION));
/test/xts/acts/ai/nncore/e2etest/src/
DEndToEndTest.cpp30 CreateFolder(CACHE_DIR); in SetUp()
34 DeleteFolder(CACHE_DIR); in TearDown()
89 returnCode = OH_NNCompilation_SetCache(compilation, CACHE_DIR.c_str(), 1); in ConstructCompilation()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
DCompileTest.cpp35 CreateFolder(CACHE_DIR); in SetUp()
39 DeleteFolder(CACHE_DIR); in TearDown()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
DCompileTest.cpp35 CreateFolder(CACHE_DIR); in SetUp()
39 DeleteFolder(CACHE_DIR); in TearDown()