Move quantizer and dequantizer to core
Quantizer and deQuantizer operators are currently defined as MetaOperator in aidge_quantization.
This cause some issues such as a dependency to aidge_bakcend_cpu and cuda for quantization.
I propose to move the definition of these operators in core.