We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xp.linalg.vecdot is documented as alias to xp.vecdot.
xp.linalg.vecdot
xp.vecdot
However, xp.linalg.vecdot signature uses axis=None default, while xp.vecdot has axis=-1 as the default.
axis=None
axis=-1
They should be consistent.