API symbols_shape_funcs
Copy
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.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
