Lines Matching refs:ExecutionBurstController

60             std::shared_ptr<const ExecutionBurstController> controller,
62 std::vector<ExecutionBurstController::OptionalCacheHold> cacheHolds);
65 std::shared_ptr<const ExecutionBurstController> controller,
67 std::vector<ExecutionBurstController::OptionalCacheHold> cacheHolds);
77 const std::shared_ptr<const ExecutionBurstController> kController;
80 const std::vector<ExecutionBurstController::OptionalCacheHold> kCacheHolds;
96 const std::shared_ptr<ExecutionBurstController::MemoryCache>& memoryCache) { in getMemoriesHelper()
113 ExecutionBurstController::MemoryCache::MemoryCache() { in MemoryCache()
122 void ExecutionBurstController::MemoryCache::setBurstContext(sp<IBurstContext> burstContext) { in setBurstContext()
127 std::pair<int32_t, ExecutionBurstController::MemoryCache::SharedCleanup>
128 ExecutionBurstController::MemoryCache::cacheMemory(const nn::SharedMemory& memory) { in cacheMemory()
166 nn::GeneralResult<nn::SharedMemory> ExecutionBurstController::MemoryCache::getMemory(int32_t slot) { in getMemory()
174 void ExecutionBurstController::MemoryCache::freeMemory(const nn::SharedMemory& memory) { in freeMemory()
189 int32_t ExecutionBurstController::MemoryCache::allocateSlotLocked() { in allocateSlotLocked()
210 ExecutionBurstController::ExecutionBurstCallback::ExecutionBurstCallback( in ExecutionBurstCallback()
216 Return<void> ExecutionBurstController::ExecutionBurstCallback::getMemories( in getMemories()
241 nn::GeneralResult<std::shared_ptr<const ExecutionBurstController>> ExecutionBurstController::create( in create()
282 return std::make_shared<const ExecutionBurstController>( in create()
288 ExecutionBurstController::ExecutionBurstController( in ExecutionBurstController() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstController
302 ExecutionBurstController::OptionalCacheHold ExecutionBurstController::cacheMemory( in cacheMemory()
309 ExecutionBurstController::execute(const nn::Request& request, nn::MeasureTiming measure, in execute()
360 nn::GeneralResult<nn::SharedExecution> ExecutionBurstController::createReusableExecution( in createReusableExecution()
402 ExecutionBurstController::executeInternal(const std::vector<FmqRequestDatum>& requestPacket, in executeInternal()
440 std::shared_ptr<const ExecutionBurstController> controller, in create()
442 std::vector<ExecutionBurstController::OptionalCacheHold> cacheHolds) { in create()
453 std::shared_ptr<const ExecutionBurstController> controller, in BurstExecution()
456 std::vector<ExecutionBurstController::OptionalCacheHold> cacheHolds) in BurstExecution()