mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user