ONE - On-device Neural Engine
|
#include <ExecutionContext.h>
Data Fields | |
IODescription | desc |
bool | shape_updated = false |
ExecutionOptions | options |
Definition at line 65 of file ExecutionContext.h.
IODescription onert::exec::ExecutionContext::desc |
Definition at line 67 of file ExecutionContext.h.
Referenced by onert::exec::Execution::changeInputShape(), onert::exec::Execution::execute(), onert::exec::MultiModelExecutors::execute(), onert::exec::SingleModelExecutors::execute(), onert::exec::Execution::Execution(), onert::exec::Execution::inputInfo(), onert::exec::Execution::inputSize(), onert::exec::Execution::outputInfo(), onert::exec::Execution::outputSize(), onert::exec::Execution::setInput(), and onert::exec::Execution::setOutput().
ExecutionOptions onert::exec::ExecutionContext::options |
bool onert::exec::ExecutionContext::shape_updated = false |
Definition at line 68 of file ExecutionContext.h.
Referenced by onert::exec::Execution::changeInputShape(), onert::exec::Execution::execute(), and onert::exec::Execution::Execution().