Searched refs:modelCacheMul (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | CompilationCachingTests.cpp | 842 auto modelCacheMul = mModelCache; in TEST_P() local 843 for (auto& cache : modelCacheMul) { in TEST_P() 848 createCacheFds(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 865 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P() 905 auto modelCacheMul = mModelCache; in TEST_P() local 906 for (auto& cache : modelCacheMul) { in TEST_P() 911 createCacheFds(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 968 auto modelCacheMul = mModelCache; in TEST_P() local 969 for (auto& cache : modelCacheMul) { in TEST_P() 974 createCacheFds(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | CompilationCachingTests.cpp | 1032 auto modelCacheMul = mModelCache; in TEST_P() local 1033 for (auto& cache : modelCacheMul) { in TEST_P() 1038 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1055 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P() 1094 auto modelCacheMul = mModelCache; in TEST_P() local 1095 for (auto& cache : modelCacheMul) { in TEST_P() 1100 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1156 auto modelCacheMul = mModelCache; in TEST_P() local 1157 for (auto& cache : modelCacheMul) { in TEST_P() 1162 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | CompilationCachingTests.cpp | 1041 auto modelCacheMul = mModelCache; in TEST_P() local 1042 for (auto& cache : modelCacheMul) { in TEST_P() 1047 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1064 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P() 1103 auto modelCacheMul = mModelCache; in TEST_P() local 1104 for (auto& cache : modelCacheMul) { in TEST_P() 1109 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() 1165 auto modelCacheMul = mModelCache; in TEST_P() local 1166 for (auto& cache : modelCacheMul) { in TEST_P() 1171 createCacheHandles(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P() [all …]
|