|
ONE - On-device Neural Engine
|
Data Structures | |
| class | Module |
| class | Operand |
| class | OperandID |
| class | OperandInventory |
| class | Operation |
| class | OperationInventory |
| struct | TensorOperand |
| Plain (non-qunatized) Tensor Operand. More... | |
| class | Weight |
| class | WeightInventory |
Typedefs | |
| using | InputList = std::vector< OperandID > |
| using | OutputList = std::vector< OperandID > |
Enumerations | |
| enum class | DType { UNK , S32 , F32 } |
Functions | |
| template<> | |
| DType | dtype< int32_t > (void) |
| template<> | |
| DType | dtype< float > (void) |
| template<typename T > | |
| DType | dtype (void) |
| using ann::InputList = typedef std::vector<OperandID> |
Definition at line 27 of file InputList.h.
| using ann::OutputList = typedef std::vector<OperandID> |
Definition at line 27 of file OutputList.h.
|
strong |
| DType ann::dtype | ( | void | ) |
Referenced by ann::OperandInventory::create(), and ann::OperandInventory::create().
| DType ann::dtype< float > | ( | void | ) |
| DType ann::dtype< int32_t > | ( | void | ) |