|
ONE - On-device Neural Engine
|
#include "Knob.lst"Go to the source code of this file.
Namespaces | |
| namespace | exo |
Macros | |
| #define | KNOB_BOOL(NAME, TFL_DEFAULT, CIRCLE_DEFAULT, DESC) NAME, |
| #define | KNOB_BOOL(NAME, TFL_DEFAULT, CIRCLE_DEFAULT, DESC) |
Enumerations | |
| enum class | exo::Dialect { exo::TFLITE , exo::CIRCLE } |
| enum class | exo::Knob { exo::KNOB_BOOL } |
Functions | |
| template<Knob K> | |
| KnobTrait< K >::ValueType | exo::get (void) |
| void | exo::set (Dialect d) |
| #define KNOB_BOOL | ( | NAME, | |
| TFL_DEFAULT, | |||
| CIRCLE_DEFAULT, | |||
| DESC | |||
| ) | NAME, |