Function tensordot_axes

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

Compute the tensor dot product along the specified axes.