tensordot¶
-
sparse.tensordot(a, b, axes=2)[source]¶ Perform the equivalent of
numpy.tensordot.Parameters: Returns: The result of the operation.
Return type: Union[COO, numpy.ndarray]
Raises: ValueError– If all arguments don’t have zero fill-values.See also
numpy.tensordot()- NumPy equivalent function