mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-08 18:16:41 +08:00
Fix broadcast_arrays python sig (#1763)
This commit is contained in:
parent
ab8e832c18
commit
a4a2764a52
@ -2808,7 +2808,7 @@ void init_ops(nb::module_& m) {
|
||||
nb::kw_only(),
|
||||
"stream"_a = nb::none(),
|
||||
nb::sig(
|
||||
"def broadcast_arrays(*arrays: array, *, stream: Union[None, Stream, Device] = None) -> Tuple[array, ...]"),
|
||||
"def broadcast_arrays(*arrays: array, stream: Union[None, Stream, Device] = None) -> Tuple[array, ...]"),
|
||||
R"pbdoc(
|
||||
Broadcast arrays against one another.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user