aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/Scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/Scheduler.h')
-rw-r--r--arm_compute/runtime/Scheduler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/Scheduler.h b/arm_compute/runtime/Scheduler.h
index 9e8add1f95..bd29cbb31f 100644
--- a/arm_compute/runtime/Scheduler.h
+++ b/arm_compute/runtime/Scheduler.h
@@ -74,8 +74,8 @@ public:
static bool is_available(Type t);
private:
- static Type _scheduler_type;
- static std::shared_ptr<IScheduler> _custom_scheduler;
+ static Type _scheduler_type;
+ static std::shared_ptr<IScheduler> _custom_scheduler;
static std::map<Type, std::unique_ptr<IScheduler>> _schedulers;
Scheduler();