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

Namespaces

namespace  kernel
 

Data Structures

class  BackendContext
 
class  KernelGenerator
 
class  TensorRegistry
 

Typedefs

using TrainableTensor = basic::train::TrainableTensor
 
using BackPropTensor = basic::Tensor
 
using GradientTensor = basic::Tensor
 
using BaseTensorRegistry = backend::train::PortableTensorRegistryTemplate< Tensor, TrainableTensor, BackPropTensor, GradientTensor >
 

Typedef Documentation

◆ BackPropTensor

Definition at line 26 of file Tensor.h.

◆ BaseTensorRegistry

◆ GradientTensor

Definition at line 27 of file Tensor.h.

◆ TrainableTensor