Commit 240b14f
Implemented nin and nout property for elementwise functions (#1712)
* Implemented nin and nout property for elementwise functions
* address comments
* Apply pylint
* fix tests
* Deleted debugging print
* Added TypeError for functions that do not support bool dtype
* fix typo
* Fixed docstrings for element-wise functions
* Remove call_origin for element-wise functions
* address comments
* Update dpnp_elementwise_common.py
* Fix linalg tests. Fix element-wise docs
* address comments
* Fix tests for Iris Xe
* Improve code coverage
* Update dpnp/dpnp_algo/dpnp_elementwise_common.py
Co-authored-by: Anton <[email protected]>
* fix pre-commit
* fix typo
* Added missing call to _mkl_round_to_call
---------
Co-authored-by: Anton <[email protected]>1 parent 9705a51 commit 240b14f
File tree
12 files changed
+4772
-7693
lines changed- doc
- dpnp
- dpnp_algo
- tests
- third_party/cupy
- core_tests
- math_tests
12 files changed
+4772
-7693
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
| 195 | + | |
191 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
192 | 206 | | |
193 | 207 | | |
194 | 208 | | |
| |||
0 commit comments