You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit confused by this dim=2 default value. And not too happy that the kwargs is called dim instead of axis, which would be more compliant with the Python Array API.
Our decision here will affect the semantics of #902
Uh oh!
There was an error while loading. Please reload this page.
While rebasing PR #871 i noticed that our
concatenate
operator has strange default values fordims
:Here's
backend/numpy_backend.py
:Here's
backend/tensorflow_backend.py
:Here's
backend/torch_backend.py
:I'm a bit confused by this
dim=2
default value. And not too happy that the kwargs is calleddim
instead ofaxis
, which would be more compliant with the Python Array API.Our decision here will affect the semantics of #902
@eickenberg thoughts?
The text was updated successfully, but these errors were encountered: