Adding quantizer python binding
Context
The quantizer operator is not available on python since the last update of aidge_quantization
Modified files
-
pybind_Quantization.cpp
(call of the new pybind file) -
pybind_PTQMetaOps.cpp
(added) to enable the python call of the quantizer MetaOperator
Detailed major modifications
This small MR adds the Pybind file exposing the Quantizer
meta-operator.
Edited by Noam Zerah