Function tensordot_axis

Source
pub fn tensordot_axis(
    a: impl AsRef<Array>,
    b: impl AsRef<Array>,
    axis: i32,
) -> Result<Array>
Expand description

Similar to [tensordot_axes] but with a single axis.