ONE - On-device Neural Engine
|
Namespaces | |
namespace | pass |
namespace | train |
Data Structures | |
class | BackendManager |
class | BackendResolver |
struct | CodeAndInfo |
class | Compiler |
Class to compile NN package. More... | |
struct | CompilerArtifact |
class | CompilerFactory |
struct | CompilerOptions |
class | ExecutionBuilder |
class | ExecutorFactory |
struct | ExecutorFactoryArgs |
struct | GraphLowerInfo |
class | HEScheduler |
Class to schedule tasks. More... | |
class | ICompiler |
struct | ILoweredGraph |
struct | IScheduler |
class | Linear |
class | LoweredGraph |
Class that contains lowering information on graph. In addition, after lowering, operands in graph will be set to "dynamic" if the shape of output of an operation cannot be decided at compilation time. More... | |
class | ManualScheduler |
struct | ManualSchedulerOptions |
class | MultiModelCompiler |
Class to compile NN package. More... | |
class | OperandLowerInfo |
class | OperandObserver |
Class that observe and update operands. More... | |
class | ShapeValidator |
class | StaticShapeInferer |
Class to infer shape before running kernels. It does the following: More... | |
class | TensorRegistries |
Typedefs | |
using | CodeMap = std::unordered_map< ir::OperationIndex, CodeAndInfo > |
using | BackendSet = util::Set< const backend::Backend * > |
using onert::compiler::BackendSet = typedef util::Set<const backend::Backend *> |
Definition at line 28 of file OperandLowerInfo.h.
using onert::compiler::CodeMap = typedef std::unordered_map<ir::OperationIndex, CodeAndInfo> |