allow dim=None
in concat
#70925
Labels
module: python array api
Issues related to the Python Array API
module: viewing and reshaping
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
The array API specification stipulates that
dim=None
flattens all inputs before concatenating.negativeFalse positive.dim
's index the dimensions starting from the last one.cc @mruberry @rgommers @pmeier @asmeurer @leofang @AnirudhDagar @asi1024 @emcastillo @kmaehashi
The text was updated successfully, but these errors were encountered: