Open
Description
Currently, broadcast_arrays
is mandated to return a list
. A tuple
appears more appropriate on face value, though. NumPy and Dask are, in fact, returning tuples
from this function. However, cupy follows the letter of the standard and returns a list
. ndonnx is currently returning a list
, too, but we would be willing to migrate over to returning a tuple.
Metadata
Metadata
Assignees
Labels
No labels