|
ONE - On-device Neural Engine
|
#include <VISQErrorApproximator.h>
Public Member Functions | |
| VISQErrorApproximator ()=default | |
| constructor of VISQErrorApproximator | |
| void | init (const std::string &visq_data_path) |
| initiliaze by visq_data_path (throws on failure) | |
| float | approximate (const std::string &node_name) const |
| approximate error introduced while quantizing node into Q8 | |
Definition at line 28 of file VISQErrorApproximator.h.
|
default |
constructor of VISQErrorApproximator
| float VISQErrorApproximator::approximate | ( | const std::string & | node_name | ) | const |
approximate error introduced while quantizing node into Q8
Definition at line 54 of file VISQErrorApproximator.cpp.
| void VISQErrorApproximator::init | ( | const std::string & | visq_data_path | ) |
initiliaze by visq_data_path (throws on failure)
Definition at line 24 of file VISQErrorApproximator.cpp.
References init().
Referenced by init().