Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix the implementation of numpy.array_api.vecdot (#21928)
* Fix the implementation of numpy.array_api.vecdot See https://data-apis.org/array-api/latest/API_specification/generated/signatures.linear_algebra_functions.vecdot.html * Use moveaxis + matmul instead of einsum in vecdot
- Loading branch information