tensorplay._shape_funcs.tensordot
- tensorplay._shape_funcs.tensordot(input, other, dims=2)[source]
Contracts
inputandotherover the given dimensions.dimsmay be a non-negative int (contract the lastdimsdims ofinputwith the firstdimsdims ofother) or a pair(dims_a, dims_b)of dimension lists paired positionally.

