Calculates the dot product of two matrices and/or vectors. Note: Only works when both operands are rank 1 or 2.
the first tensor in the dot operation
the second tensor in the dot operation
the dot product of the tensors
Calculates the dot product of two matrices and/or vectors. Note: Only works when both operands are rank 1 or 2.