r"""Tensor contraction of a and b along specified axes. Tensordot (also known as tensor contraction) sums the product of elements from `a` and `b` over the indices specified by `a_axes` and `b_axes`. The lists `a_axes` and `b_axes` specify those pairs of axes along which to contract the ten
(a, b, axes, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected