|
ONE - On-device Neural Engine
|
#include <CompilerOptions.h>
Public Member Functions | |
| void | setBackendMap (const std::string &str) |
Data Fields | |
| std::unordered_map< ir::OpCode, std::string > | opcode_to_backend |
| std::unordered_map< ir::OperationIndex, std::string > | index_to_backend |
Definition at line 33 of file CompilerOptions.h.
| void onert::compiler::ManualSchedulerOptions::setBackendMap | ( | const std::string & | str | ) |
Definition at line 53 of file CompilerOptions.cc.
References index_to_backend, and nnfw::misc::split().
| std::unordered_map<ir::OperationIndex, std::string> onert::compiler::ManualSchedulerOptions::index_to_backend |
Definition at line 38 of file CompilerOptions.h.
Referenced by setBackendMap().
| std::unordered_map<ir::OpCode, std::string> onert::compiler::ManualSchedulerOptions::opcode_to_backend |
Definition at line 37 of file CompilerOptions.h.
Referenced by onert::compiler::CompilerOptions::forceInternalOptions(), and onert::compiler::CompilerOptions::verboseOptions().