ONE - On-device Neural Engine
|
#include <ManualScheduler.h>
Public Member Functions | |
ManualScheduler (const std::vector< const backend::Backend * > &backends, const compiler::CompilerOptions &options) | |
std::unique_ptr< BackendResolver > | schedule (const ir::Graph &graph) override |
Public Member Functions inherited from onert::compiler::IScheduler | |
virtual | ~IScheduler ()=default |
Definition at line 28 of file ManualScheduler.h.
onert::compiler::ManualScheduler::ManualScheduler | ( | const std::vector< const backend::Backend * > & | backends, |
const compiler::CompilerOptions & | options | ||
) |
Definition at line 32 of file ManualScheduler.cc.
|
overridevirtual |
Implements onert::compiler::IScheduler.
Definition at line 38 of file ManualScheduler.cc.
References onert::compiler::CompilerOptions::backend_list, onert::backend::Backend::config(), onert::compiler::BackendManager::get(), onert::compiler::CompilerOptions::manual_scheduler_options, onert::ir::IOperation::opcode(), VERBOSE, and WHEN_LOG_ENABLED.