Home
last modified time | relevance | path

Searched refs:getCacheEntries (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstServer.h76 getCacheEntries(const std::vector<int32_t>& slots);
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp74 ExecutionBurstServer::MemoryCache::getCacheEntries(const std::vector<int32_t>& slots) { in getCacheEntries() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer::MemoryCache
245 NN_TRY(makeExecutionFailure(mMemoryCache.getCacheEntries(slotsOfPools))); in execute()