Searched refs:appendBytesToCache (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | CompilationCachingTests.cpp | 1065 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() function in aidl::android::hardware::neuralnetworks::vts::functional::CompilationCachingSecurityTest 1137 [this, i](bool* skip) { appendBytesToCache(mModelCache[i], skip); }); in TEST_P() 1153 [this, i](bool* skip) { appendBytesToCache(mDataCache[i], skip); }); in TEST_P()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | CompilationCachingTests.cpp | 1252 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() function in android::hardware::neuralnetworks::V1_3::vts::functional::CompilationCachingSecurityTest 1324 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P() 1340 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | CompilationCachingTests.cpp | 1261 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache() function in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingSecurityTest 1333 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P() 1349 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P()
|