mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
spelling: positively
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
039ee91238
commit
94eeae4b28
@ -478,7 +478,7 @@ array slice(
|
|||||||
|
|
||||||
// If strides are negative, slice and then make a copy with axes flipped
|
// If strides are negative, slice and then make a copy with axes flipped
|
||||||
if (negatively_strided_axes.size() > 0) {
|
if (negatively_strided_axes.size() > 0) {
|
||||||
// First, take the slice of the positvely strided axes
|
// First, take the slice of the positively strided axes
|
||||||
auto out = array(
|
auto out = array(
|
||||||
out_shape,
|
out_shape,
|
||||||
a.dtype(),
|
a.dtype(),
|
||||||
|
Loading…
Reference in New Issue
Block a user