ONE - On-device Neural Engine
|
Data Structures | |
class | DataProvider |
class | DatasetEvaluator |
class | Dumper |
class | DumpingHooks |
DumpingHooks is intended to save intermediate results. More... | |
class | ErrorMetric |
class | H5FileDataProvider |
struct | InputData |
class | MAEMetric |
class | Quantizer |
struct | QuantizerHook |
class | SolverHooks |
Typedefs | |
using | LayerParam = luci::CircleQuantizer::Options::LayerParam |
using | LayerParams = std::vector< std::shared_ptr< LayerParam > > |
using | Buffer = std::vector< char > |
using | Output = std::vector< Buffer > |
using | WholeOutput = std::vector< Output > |
using mpqsolver::core::Buffer = typedef std::vector<char> |
Definition at line 27 of file ErrorMetric.h.
typedef std::vector< std::shared_ptr< LayerParam > > mpqsolver::core::LayerParams |
using mpqsolver::core::Output = typedef std::vector<Buffer> |
Definition at line 28 of file ErrorMetric.h.
using mpqsolver::core::WholeOutput = typedef std::vector<Output> |
Definition at line 29 of file ErrorMetric.h.