Skip to content

Adding quantizer python binding

Noam Zerah requested to merge noamzerah/aidge_quantization:pybind_quantizer into dev

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

Merge request reports

Loading