ONE - On-device Neural Engine
|
Data Structures | |
class | CodegenLoader |
Class to manage loading and unloading of dynamic library containing implementation of ICodegen interface. More... | |
class | CodegenManager |
class | Embedder |
struct | EmbedderOptions |
class | ICodegen |
class | IQuantizer |
class | MinMaxReader |
struct | MinMaxVectors |
class | QuantizeManager |
class | Quantizer |
class | QuantizerLoader |
Class to manage loading and unloading of dynamic library containing implementation of IQuantizer interface. More... | |
Typedefs | |
using | QuantizerOptions = luci::CircleQuantizer::Options |
using | QuantizeType = onert::odc::QuantizeType |
Enumerations | |
enum class | CodegenPreference { CODEGEN_PREF_DEFAULT , CODEGEN_PREF_PERFORMANCE_FIRST , CODEGEN_PREF_MEMORY_FIRST , CODEGEN_PREF_COMPILE_TIME_FIRST } |
enum | QuantizeType { ODC_QTYPE_NOT_SET , ODC_QTYPE_U8_ASYM , ODC_QTYPE_I16_SYM , ODC_QTYPE_WO_I8_SYM , ODC_QTYPE_WO_I16_SYM } |
using onert::odc::QuantizerOptions = typedef luci::CircleQuantizer::Options |
Definition at line 38 of file Quantizer.cc.
using onert::odc::QuantizeType = typedef onert::odc::QuantizeType |
Definition at line 39 of file Quantizer.cc.
|
strong |
Enumerator | |
---|---|
CODEGEN_PREF_DEFAULT | |
CODEGEN_PREF_PERFORMANCE_FIRST | |
CODEGEN_PREF_MEMORY_FIRST | |
CODEGEN_PREF_COMPILE_TIME_FIRST |
Definition at line 27 of file CodegenManager.h.
Definition at line 25 of file QuantizeType.h.