Searched refs:modelCacheMul (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 1030 auto modelCacheMul = mModelCache; in TEST_P() local 1031 for (auto& cache : modelCacheMul) { in TEST_P() 1036 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1053 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P() 1092 auto modelCacheMul = mModelCache; in TEST_P() local 1093 for (auto& cache : modelCacheMul) { in TEST_P() 1098 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1125 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P() 1154 auto modelCacheMul = mModelCache; in TEST_P() local 1155 for (auto& cache : modelCacheMul) { in TEST_P() [all …]
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 1039 auto modelCacheMul = mModelCache; in TEST_P() local 1040 for (auto& cache : modelCacheMul) { in TEST_P() 1045 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1062 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P() 1101 auto modelCacheMul = mModelCache; in TEST_P() local 1102 for (auto& cache : modelCacheMul) { in TEST_P() 1107 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1134 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P() 1163 auto modelCacheMul = mModelCache; in TEST_P() local 1164 for (auto& cache : modelCacheMul) { in TEST_P() [all …]
|