-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logic functions to Jax frontend #8425
Labels
hacktoberfest
hacktoberfest
JAX Frontend
Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Comments
jax.numpy
logic functions to Jax frontend
@hirwa-nshuti all, allclose and isreall all of them are completed pls mark it |
logical_not and logical_and are also already implemented |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
hacktoberfest
hacktoberfest
JAX Frontend
Developing the JAX Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
These functions can be found in jax.numpy namespace
_
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
_
allclose
allclose #27251
alltrue #6902
any #6651
array_equal #5700
array_equiv #5867
bitwise_and #5857
bitwise_not #6211
bitwise_or #5925
bitwise_xor #6235
equal #7050
greater #7051
greater_equal #7052
invert #9373
isclose #9902
iscomplex #13217
iscomplexobj #13214
isfinite #10321
isin #19854
isinf #9385
isnan #9124
isneginf #6572
isposinf #6577
isreal
isrealobj #12847
isscalar #10469
left_shift #10568
less #7053
less_equal #7054
logical_and #26267
logical_not #26268
logical_or #10312
logical_xor #12134
not_equal #7055
packbits #17711
right_shift #12861
sometrue #7023
unpackbits #22630
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/jax/numpy/name\_space\_functions.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_numpy\_namespace\_functions.py
ivy/functional/frontends/jax/numpy/logic.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_numpy\_logic.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_numpy/test\_logic.py
The text was updated successfully, but these errors were encountered: