ONE - On-device Neural Engine
|
#include <CallLayer.h>
Public Member Functions | |
CallLayer (const std::vector< backend::IPortableTensor * > input_tensors, const std::vector< backend::IPortableTensor * > output_tensors, const ir::SubgraphIndex &callee_subg_index, exec::IExecutors *executors, const ir::ModelIndex &model_index, const std::shared_ptr< ExternalContext > &external_context) | |
void | run () override |
![]() | |
virtual | ~IFunction ()=default |
virtual void | prepare () |
Definition at line 28 of file CallLayer.h.
onert::backend::builtin::kernel::CallLayer::CallLayer | ( | const std::vector< backend::IPortableTensor * > | input_tensors, |
const std::vector< backend::IPortableTensor * > | output_tensors, | ||
const ir::SubgraphIndex & | callee_subg_index, | ||
exec::IExecutors * | executors, | ||
const ir::ModelIndex & | model_index, | ||
const std::shared_ptr< ExternalContext > & | external_context | ||
) |
Definition at line 22 of file CallLayer.cc.
|
overridevirtual |
Implements onert::exec::IFunction.
Definition at line 34 of file CallLayer.cc.
References onert::exec::IExecutors::at(), onert::exec::IExecutor::currentOptions(), onert::exec::IExecutors::entryExecutor(), and onert::exec::IExecutor::execute().