Closed everton1984 closed 2 years ago
I should already be on the CLA list if it's possible, please rerun the check.
To be clear, gemmlowp/meta has been unmaintained for years. I take PRs against it out of an assumption that anyone who cares enough to write a PR, probably knows better than me.
Adding
output_range_offset
calculation to requantize transform. I noticed this after looking into TF code's commentand realizing
0.5f
was not being added. I also switched fromfcvtzs
tofcvtns
as this instruction is round to nearest. Once https://github.com/tensorflow/tensorflow/pull/53493 is merged both TF testsrequantize_op_test
andquantize_down_and_shrink_range_op_test
will pass for aarch64.