ONE - On-device Neural Engine
|
#include <ExecutionContext.h>
Data Fields | |
IODescription | desc |
bool | shape_updated = false |
ExecutionOptions | options |
Definition at line 75 of file ExecutionContext.h.
IODescription onert::exec::ExecutionContext::desc |
Definition at line 77 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::getInputBuffer(), onert::exec::Execution::getInputShape(), onert::exec::Execution::getInputTotalSize(), onert::exec::Execution::getOutputBuffer(), onert::exec::Execution::getOutputShape(), onert::exec::Execution::getOutputTotalSize(), onert::exec::Execution::setInput(), onert::exec::Execution::setInputLayout(), onert::exec::Execution::setInputType(), onert::exec::Execution::setOutput(), onert::exec::Execution::setOutput(), onert::exec::Execution::setOutputLayout(), and onert::exec::Execution::setOutputType().
ExecutionOptions onert::exec::ExecutionContext::options |
bool onert::exec::ExecutionContext::shape_updated = false |
Definition at line 78 of file ExecutionContext.h.
Referenced by onert::exec::Execution::changeInputShape(), onert::exec::Execution::execute(), onert::exec::Execution::Execution(), onert::exec::Execution::setInputType(), and onert::exec::Execution::setOutputType().