Home
last modified time | relevance | path

Searched refs:numDataCache (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DBasicTests.cpp108 [](ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache) { in TEST_F() argument
112 EXPECT_LE(numDataCache, static_cast<uint32_t>(Constant::MAX_NUMBER_OF_CACHE_FILES)); in TEST_F()
DCompilationCachingTests.cpp275 [this](ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache) { in SetUp() argument
278 mNumDataCache = numDataCache; in SetUp()
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal160 * @return numDataCache An unsigned integer indicating how many files for data cache
165 generates (ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache);
243 * or match the numDataCache returned from getNumberOfCacheFilesNeeded. The cache
326 * must match the numDataCache returned from getNumberOfCacheFilesNeeded.