24 #ifndef ARM_COMPUTE_SCHEDULER_FACTORY_H 25 #define ARM_COMPUTE_SCHEDULER_FACTORY_H 52 static std::unique_ptr<IScheduler>
create(
Type type = _default_type);
55 static const Type _default_type;
decltype(strategy::transforms) typedef type
Copyright (c) 2017-2023 Arm Limited.
static std::unique_ptr< IScheduler > create(Type type=_default_type)
Create a scheduler depending on the scheduler type.