Tag for questions about the tensordot operation in n-dimensional arrays / tensors. Tensordot computes the dot product along specified axes for arrays.
Tensordot computes the dot product along specified axes for arrays. This operation is implemented in most matrix computation toolkits such as numpy and tensorflow.