mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-20 10:27:41 +08:00
spelling: repeat
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
684e946b44
commit
61823aa54f
@ -214,7 +214,7 @@ array concatenate(const std::vector<array>& arrays, StreamOrDevice s = {});
|
||||
array stack(const std::vector<array>& arrays, int axis, StreamOrDevice s = {});
|
||||
array stack(const std::vector<array>& arrays, StreamOrDevice s = {});
|
||||
|
||||
/** Repeate an array along an axis. */
|
||||
/** Repeat an array along an axis. */
|
||||
array repeat(const array& arr, int repeats, int axis, StreamOrDevice s = {});
|
||||
array repeat(const array& arr, int repeats, StreamOrDevice s = {});
|
||||
|
||||
|
@ -2426,7 +2426,7 @@ void init_ops(py::module_& m) {
|
||||
R"pbdoc(
|
||||
repeat(array: array, repeats: int, axis: Optional[int] = None, *, stream: Union[None, Stream, Device] = None) -> array
|
||||
|
||||
Repeate an array along a specified axis.
|
||||
Repeat an array along a specified axis.
|
||||
|
||||
Args:
|
||||
array (array): Input array.
|
||||
|
Loading…
Reference in New Issue
Block a user