Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp384 std::vector<intptr_t> memoryIds; in execute() local
385 memoryIds.reserve(localMemories.size()); in execute()
388 memoryIds.push_back(memory->getKey()); in execute()
394 burstController->compute(request12, measure, memoryIds); in execute()
/frameworks/ml/nn/common/include/
DExecutionBurstController.h325 const std::vector<intptr_t>& memoryIds);
/frameworks/ml/nn/common/
DExecutionBurstController.cpp585 const std::vector<intptr_t>& memoryIds) { in compute() argument
596 const std::vector<int32_t> slots = mMemoryCache->getSlots(request.pools, memoryIds); in compute()