pub fn tensordot_axis( a: impl AsRef<Array>, b: impl AsRef<Array>, axis: i32, ) -> Result<Array>
Similar to [tensordot_axes] but with a single axis.
tensordot_axes