I have two big arrays A is n x k and B is k x m.
A
n x k
B
k x m
I would like to compute np.argmax(A @ B, axis=1), th
np.argmax(A @ B, axis=1)