|
ONE - On-device Neural Engine
|
#include <ExecutionContext.h>
Static Public Member Functions | |
| static void | fromGlobalConfig (ExecutionOptions &options) |
Data Fields | |
| bool | dump_minmax = false |
| bool | trace = false |
| bool | profile = false |
Definition at line 56 of file ExecutionContext.h.
|
static |
Definition at line 24 of file ExecutionContext.cc.
References onert::util::getConfigBool().
Referenced by onert::exec::Execution::Execution().
| bool onert::exec::ExecutionOptions::dump_minmax = false |
Definition at line 58 of file ExecutionContext.h.
| bool onert::exec::ExecutionOptions::profile = false |
Definition at line 60 of file ExecutionContext.h.
| bool onert::exec::ExecutionOptions::trace = false |
Definition at line 59 of file ExecutionContext.h.