ONE - On-device Neural Engine
Loading...
Searching...
No Matches
mpqsolver::core Namespace Reference

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 >
 

Typedef Documentation

◆ Buffer

using mpqsolver::core::Buffer = typedef std::vector<char>

Definition at line 27 of file ErrorMetric.h.

◆ LayerParam

◆ LayerParams

typedef std::vector< std::shared_ptr< LayerParam > > mpqsolver::core::LayerParams

Definition at line 31 of file Dumper.h.

◆ Output

using mpqsolver::core::Output = typedef std::vector<Buffer>

Definition at line 28 of file ErrorMetric.h.

◆ WholeOutput

using mpqsolver::core::WholeOutput = typedef std::vector<Output>

Definition at line 29 of file ErrorMetric.h.