Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp399 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::ExecutionBurstController
576 ExecutionBurstController::~ExecutionBurstController() { in ~ExecutionBurstController()
595 ExecutionBurstController::compute(const V1_0::Request& request, V1_2::MeasureTiming measure, in compute()
[all …]
DAndroid.bp135 "ExecutionBurstController.cpp",
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h210 class ExecutionBurstController {
211 DISALLOW_IMPLICIT_CONSTRUCTORS(ExecutionBurstController);
293 static std::unique_ptr<ExecutionBurstController> create(
298 ExecutionBurstController(const std::shared_ptr<RequestChannelSender>& requestChannelSender,
305 ~ExecutionBurstController();