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