-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
impelment dpnp.std, dpnp.var and dpnp.nanvar (#1635)
* impelment dpnp.var and dpnp.std * implement dpnp.nanvar * support out keyword for dpnp.sum * add more tests * use replace_nan func for nanprod * address comments * update test_sum_empty_axis * address new comments * minor update * address remarks * remove uncalled raise 996cf54
- Loading branch information
1 parent
1d87295
commit 89f7f5d
Showing
474 changed files
with
2,668 additions
and
2,793 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 231a89b9dd9d18cefec2935ef6766b8a | ||
config: 97fecb7946d85bf7df10c56716a331b7 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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.