In the documentation for dpnp.ndarray.strides, it says:
See Also
--------
:obj:`dpnp.lib.stride_tricks.as_strided` : Return a view into the array
with given shape and strides.
which as far as I can tell doesn't exist. Is it intended for this function to be implemented?
In the documentation for
dpnp.ndarray.strides, it says:which as far as I can tell doesn't exist. Is it intended for this function to be implemented?