mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 09:51:17 +08:00
nit
Signed-off-by: Hyunsung Lee <ita9naiwa@gmail.com>
This commit is contained in:
parent
92444f393b
commit
f5dc7eaf6a
@ -5226,7 +5226,7 @@ void init_ops(nb::module_& m) {
|
|||||||
auto py_list = nb::cast(result);
|
auto py_list = nb::cast(result);
|
||||||
return nb::tuple(py_list);
|
return nb::tuple(py_list);
|
||||||
},
|
},
|
||||||
nb::sig("def broadcast_shapes(*shapes: Sequence[int]) -> Sequence[int]"),
|
nb::sig("def broadcast_shapes(*shapes: Sequence[int]) -> Tuple[int]"),
|
||||||
R"pbdoc(
|
R"pbdoc(
|
||||||
Broadcast shapes.
|
Broadcast shapes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user