`quantize_linear` compositional func in Experimental API
Closes #16427
Temporarily removed support for the axis argument. Having issues with the tests
Commenting for context, PR is related to this task -: https://trello.com/c/bM30qW9Z
Hey @mobley-trent, kindly let us know in the comments whenever this PR is ready for review, thanks 🙂
@Aarsh2001 I don't know why JAX is returning inconsistent results with the rest of the backends
Just pushed a fix for the inconsistent test results, but I still don't know how we should proceed to support the axis argument
The code is consistent to the original QuantizeLinear function but I'm still running into problems setting up the test
This PR has been labelled as stale because it has been inactive for more than 7 days. If you would like to continue working on this PR, then please add another comment or this PR will be closed in 7 days.
Hi @mobley-trent , are you still working on this function?
@MahmoudAshraf97 I put it on hold since there doesn't seem to be active development on the issue list for these functions, as I have not seen any other PRs being merged. But my PR is still active.
My tests are not running for some reason. Even the function in the Ivy API doesn't work when I try running it on a sample script; I'm getting this error:
ImportError: cannot import name '_wrap_function' from partially initialized module 'ivy.func_wrapper' (most likely due to a circular import) (/workspaces/ivy/ivy/func_wrapper.py)
hi @mobley-trent , I'm going to close this PR to clear some PR backlog, feel free to open a new one once this function is ready to merge