Tensor.dot

Tensor.dot(other)[source]

Dot product of two tensors.

Parameters

other (Tensor | np.ndarray) – The second tensor.

Returns

A tensor representing the result of the dot product.

Return type

Self