Searched refs:ExecutionBurstController (Results 1 – 3 of 3) sorted by relevance
399 hardware::Return<void> ExecutionBurstController::ExecutionBurstCallback::getMemories( in getMemories()424 std::vector<int32_t> ExecutionBurstController::ExecutionBurstCallback::getSlots( in getSlots()438 std::pair<bool, int32_t> ExecutionBurstController::ExecutionBurstCallback::freeMemory( in freeMemory()453 int32_t ExecutionBurstController::ExecutionBurstCallback::getSlotLocked( in getSlotLocked()467 int32_t ExecutionBurstController::ExecutionBurstCallback::allocateSlotLocked() { in allocateSlotLocked()485 std::unique_ptr<ExecutionBurstController> ExecutionBurstController::create( in create()561 return std::make_unique<ExecutionBurstController>(requestChannelSender, resultChannelReceiver, in create()565 ExecutionBurstController::ExecutionBurstController( in ExecutionBurstController() function in android::nn::ExecutionBurstController576 ExecutionBurstController::~ExecutionBurstController() { in ~ExecutionBurstController()595 ExecutionBurstController::compute(const V1_0::Request& request, V1_2::MeasureTiming measure, in compute()[all …]
135 "ExecutionBurstController.cpp",
210 class ExecutionBurstController {211 DISALLOW_IMPLICIT_CONSTRUCTORS(ExecutionBurstController);293 static std::unique_ptr<ExecutionBurstController> create(298 ExecutionBurstController(const std::shared_ptr<RequestChannelSender>& requestChannelSender,305 ~ExecutionBurstController();