ONE - On-device Neural Engine
|
Namespaces | |
namespace | ops |
Data Structures | |
class | Backend |
class | BackendContext |
class | Config |
class | ExternalContext |
class | KernelGenerator |
Typedefs | |
using | StaticTensorManager = basic::StaticTensorManager |
using | Tensor = basic::Tensor |
using | ExternalTensor = basic::ExternalTensor |
using | TensorBuilder = basic::TensorBuilder |
Functions | |
ir::OperandIndexMap< ir::OperandIndex > | findSharedMemoryOperandIndexes (const ir::IGraph &graph) |
using onert::backend::cpu::ExternalTensor = typedef basic::ExternalTensor |
using onert::backend::cpu::StaticTensorManager = typedef basic::StaticTensorManager |
Definition at line 29 of file StaticTensorManager.h.
using onert::backend::cpu::Tensor = typedef basic::Tensor |
using onert::backend::cpu::TensorBuilder = typedef basic::TensorBuilder |
Definition at line 29 of file TensorBuilder.h.
ir::OperandIndexMap< ir::OperandIndex > onert::backend::cpu::findSharedMemoryOperandIndexes | ( | const ir::IGraph & | graph | ) |
Definition at line 77 of file SharedMemoryOperands.cc.
References onert::ir::OperandIndexSequence::at(), onert::ir::IOperation::getInputs(), onert::ir::IOperation::getOutputs(), and onert::ir::OperandIndexSequence::size().
Referenced by onert::backend::cpu::Backend::newContext().