Home
last modified time | relevance | path

Searched refs:numModelCache (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
110 EXPECT_LE(numModelCache, in TEST_F()
DCompilationCachingTests.cpp275 [this](ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache) { in SetUp() argument
277 mNumModelCache = numModelCache; in SetUp()
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal157 * @return numModelCache An unsigned integer indicating how many files for model cache
165 generates (ErrorStatus status, uint32_t numModelCache, uint32_t numDataCache);
237 * or match the numModelCache returned from getNumberOfCacheFilesNeeded. The cache
322 * the vector must match the numModelCache returned from getNumberOfCacheFilesNeeded.