Hello!
Is there any possibility that when use A*B in pytorch, the operator * automatically produce dot product if A,B are not suitable size for matrix product, and produce matrix product otherwise???
I am so confuse since this change when I use sometimes
So! is torch.mul(A,B) the really matrix product operation and A*B is the dot product operation???