Function tensordot_axes_device

Source
pub fn tensordot_axes_device(
    a: impl AsRef<Array>,
    b: impl AsRef<Array>,
    axes_a: &[i32],
    axes_b: &[i32],
    stream: impl AsRef<Stream>,
) -> Result<Array>
Expand description

Compute the tensor dot product along the specified axes.