Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h254 std::vector<int32_t> getSlots(const hardware::hidl_vec<hardware::hidl_memory>& memories,
/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp424 std::vector<int32_t> ExecutionBurstController::ExecutionBurstCallback::getSlots( in getSlots() function in android::nn::ExecutionBurstController::ExecutionBurstCallback
607 const std::vector<int32_t> slots = mMemoryCache->getSlots(request.pools, memoryIds); in compute()