Created by: qingqing01
Fix https://github.com/PaddlePaddle/Paddle/issues/10964
Another op fake_quantize_op
will be added later. Although fake_dequantize_op
can be replaced by elementwise_mul
and elementwise_div
, for the sake of symmetry, we implement this by C++ op.