Signed-off-by: Hyunsung Lee <ita9naiwa@gmail.com>
This commit is contained in:
Hyunsung Lee 2025-04-20 13:01:36 +09:00
parent 92444f393b
commit f5dc7eaf6a

View File

@ -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.