ONE - On-device Neural Engine
|
#include <ExecutionContext.h>
Data Fields | |
std::vector< std::unique_ptr< InputDesc > > | inputs |
std::vector< std::unique_ptr< OutputDesc > > | outputs |
Definition at line 60 of file ExecutionContext.h.
std::vector<std::unique_ptr<InputDesc> > onert::exec::IODescription::inputs |
Definition at line 62 of file ExecutionContext.h.
Referenced by onert::exec::Execution::changeInputShape(), onert::exec::Execution::execute(), onert::exec::SingleModelExecutors::execute(), onert::exec::Execution::Execution(), validate_onnx2circle.OnnxRunner::feed_random_inputs(), onert::exec::Execution::getInputBuffer(), onert::exec::Execution::getInputShape(), onert::exec::Execution::getInputTotalSize(), package.infer.session::set_inputs(), onert::exec::Execution::setInput(), onert::exec::Execution::setInputLayout(), and onert::exec::Execution::setInputType().
std::vector<std::unique_ptr<OutputDesc> > onert::exec::IODescription::outputs |
Definition at line 63 of file ExecutionContext.h.
Referenced by onert::exec::Execution::execute(), onert::exec::SingleModelExecutors::execute(), onert::exec::Execution::Execution(), validate_onnx2circle.OnnxRunner::get_outputs(), onert::exec::Execution::getOutputBuffer(), onert::exec::Execution::getOutputShape(), onert::exec::Execution::getOutputTotalSize(), package.infer.session::inference(), package.infer.session::set_outputs(), onert::exec::Execution::setOutput(), onert::exec::Execution::setOutput(), onert::exec::Execution::setOutputLayout(), and onert::exec::Execution::setOutputType().