ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Model Struct Referencefinal

#include <Model.h>

Data Fields

std::vector< Operandoperands
 
std::vector< Operationoperations
 
std::vector< uint32_t > inputIndexes
 
std::vector< uint32_t > outputIndexes
 
std::vector< uint8_t > operandValues
 
std::vector< uint8_t * > pools
 

Detailed Description

Definition at line 27 of file Model.h.

Field Documentation

◆ inputIndexes

std::vector<uint32_t> Model::inputIndexes

Definition at line 31 of file Model.h.

◆ operands

std::vector<Operand> Model::operands

Definition at line 28 of file Model.h.

◆ operandValues

std::vector<uint8_t> Model::operandValues

Definition at line 34 of file Model.h.

◆ operations

std::vector<Operation> Model::operations

Definition at line 29 of file Model.h.

◆ outputIndexes

std::vector<uint32_t> Model::outputIndexes

Definition at line 32 of file Model.h.

◆ pools

std::vector<uint8_t *> Model::pools

Definition at line 36 of file Model.h.


The documentation for this struct was generated from the following file: