Skip to content

Commit b79af67

Browse files
Add implementation of dpnp.lib.stride_tricks.as_strided (#2991)
This PR adds a new `dpnp.lib` namespace and implements `dpnp.lib.stride_tricks.as_strided`. The function creates a view into an array with a caller-specified shape and strides, sharing the base array's memory. It closes #2969. a41fd86
1 parent 3b619ea commit b79af67

768 files changed

Lines changed: 19993 additions & 9864 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_modules/dpnp/dpnp_array.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_array_api_info.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_flatiter.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_iface.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_iface_arraycreation.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_iface_bitwise.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_iface_counting.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_iface_functional.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_iface_histograms.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

_modules/dpnp/dpnp_iface_indexing.html

Lines changed: 20 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)