10 #include <arm_compute/runtime/IScheduler.h>
11 #include <arm_compute/runtime/Scheduler.h>
12 #include <arm_compute/core/CPP/ICPPKernel.h>
27 void schedule(arm_compute::ICPPKernel *kernel,
const Hints &hints)
override;
29 void run_workloads(std::vector<Workload> &workloads)
override;
38 const arm_compute::Window& window,
39 arm_compute::ITensorPack& tensors )
override;
42 arm_compute::IScheduler& m_RealScheduler;