-
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 Instance Methods to JAX Frontend #3617
Comments
Hey, @hirwa-nshuti can we work on these to-dos? |
Hey @RakshitKumar04 feel free to work on them they’re open for contributions |
add cummin to this list please doc |
@Ishticode @jkeane508 I don't think |
You are right. I removed it. along with some others that should not exist either. |
I was attempting to implement the |
Add Instance Methods to JAX Frontend
_
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.
_
all #14888
any #14889
argmax #13629
argmin #22661
argpartition
argsort #15368
astype #15370
choose #25877
conj #14167
conjugate #18087
copy #14936
cumprod #14954
cumsum #14953
delete
diagonal #15371
dot #21898
flatten #14937
imag #18226
is_deleted
max #22278
mean #14170
min #18242
nonzero #15383
prod #19417
ptp #19048
ravel #15387
real #19710
repeat #19359
round #16956
searchsorted #18979
sort #16011
squeeze #23168
std #23088
sum #19418
swapaxes
swapaxes #26512
take #19210
trace #21027
var #18243
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/jax/devicearray.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_devicearray.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_devicearray.py
ivy/functional/frontends/jax/array.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_array.py
ivy/functional/frontends/jax/numpy/mathematical\_functions.py
The text was updated successfully, but these errors were encountered: