Contents:
Evaluates the dot product of two tensors while performing required basis transformations automatically.
See also numpy.dot.
a (ArrayLike | Tensor) – First and second tensor.
b (ArrayLike | Tensor) – First and second tensor.
Dot product of a and b.
Tensor | Number