tensordot
- libadcc.tensordot(*args, **kwargs)
Overloaded function.
tensordot(a: libadcc.Tensor, b: libadcc.Tensor, axes: collections.abc.Iterable) -> object
tensordot(a: libadcc.Tensor, b: libadcc.Tensor, axes: typing.SupportsInt | typing.SupportsIndex) -> object
tensordot(a: libadcc.Tensor, b: libadcc.Tensor) -> object