You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added missing dpnp.column_stack, dpnp.dstack and dpnp.row_stack (#1647)
* Implemented column_stack, dstack and row_stack
* Updated docstring of all manipulation functions
* Added tests
* Muted test causing crash on CPU due to known issue
* Disable type check in a test for column_stack
* Corrected result data type from dpnp.prod on Gen9
* Update dpnp/dpnp_iface_manipulation.py
Co-authored-by: vtavana <[email protected]>
* Update dpnp/dpnp_iface_manipulation.py
Co-authored-by: vtavana <[email protected]>
* Updated docstrings to address review comments
---------
Co-authored-by: vtavana <[email protected]>
0 commit comments