Open
Description
The spec stipulates that meshgrid
returns a list of arrays, https://data-apis.org/array-api/draft/API_specification/generated/array_api.meshgrid.html
NumPy and Pytorch, however, return tuples. Jax and CuPy return lists. Makes me wonder if specifying a list is a conscious decision: I seem to recall that tuples are generally more JIT-friendly.
Metadata
Metadata
Assignees
Labels
No labels