ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert::compiler::train Namespace Reference

Namespaces

namespace  pass
 

Data Structures

class  LoweredTrainableGraph
 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  StaticBackwardShapeInferer
 Class to infer shape before running kernels. It does the following: More...
 
class  TensorRegistries
 
struct  TrainableCodeAndInfo
 
class  TrainableOperationConverter
 
class  TrainingCompiler
 Class to compile NN package. More...
 
class  UntrainableOperationConverter
 

Typedefs

using TrainableCodeMap = std::unordered_map< ir::OperationIndex, TrainableCodeAndInfo >
 

Typedef Documentation

◆ TrainableCodeMap

Definition at line 45 of file TrainableCodeMap.h.