forked from IntelPython/dpnp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented dpnp.fromfunction, dpnp.fromiter and dpnp.loadtxt (IntelP…
…ython#1728) * Implemented dpnp.fromfunction * Added dpnp.fromiter * Added dpnp.loadtxt * Aligned array creation page with numpy content * Alligned usm_type description across all aray creation functions * Change usm_type to None default value for function with input array as argument * Updated to use dpnp.check_limitations * Rollbacked changed default usm_type for linspace, logspace and geomspace * Added handling of usm_type=None to array creation functions
- Loading branch information
1 parent
3e251c8
commit fc317cb
Showing
7 changed files
with
405 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.