ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::compiler Namespace Reference

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 * >
 

Typedef Documentation

◆ BackendSet

Definition at line 28 of file OperandLowerInfo.h.

◆ CodeMap

using onert::compiler::CodeMap = typedef std::unordered_map<ir::OperationIndex, CodeAndInfo>

Definition at line 46 of file CodeMap.h.