-
Notifications
You must be signed in to change notification settings - Fork 27.7k
allow dim=None in concat #70925
Copy link
Copy link
Open
Labels
module: python array apiIssues related to the Python Array APIIssues related to the Python Array APImodule: viewing and reshapingtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: python array apiIssues related to the Python Array APIIssues related to the Python Array APImodule: viewing and reshapingtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
The array API specification stipulates that
dim=Noneflattens 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