ONE - On-device Neural Engine
|
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 > |
using onert::compiler::train::TrainableCodeMap = typedef std::unordered_map<ir::OperationIndex, TrainableCodeAndInfo> |
Definition at line 49 of file TrainableCodeMap.h.