Open
Description
Add creation ops to Numpy 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.
_
- empty #3443
- empty_like #3444
- eye #3445
- identity #3446
- ones #3449
- ones_like #3450
- zeros #3451
- zeros_like #3452
- full #3447
- full_like #3453
- array #6983
- asarray #4701
- copy #5801
- frombuffer #21839
- fromfile
- fromfunction #21360
- fromiter #22814
- from string #21420
- loadtxt #23417
- arange #3459
- linspace #3460
- logspace #3461
- geomspace #14424
- meshgrid #3510
- mgrid #3525
- ogrid #3526
- diag #23529
- diagflat #13558
- tri #11070
- tril #3946
- triu #11066
- vander #12960
- mat #19463
- beat
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/numpy/creation\_routines/from\_existing\_data.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_creation\_routines/test\_from\_existing\_data.py