pub fn tensordot_axes( a: impl AsRef<Array>, b: impl AsRef<Array>, axes_a: &[i32], axes_b: &[i32], ) -> Result<Array>
Compute the tensor dot product along the specified axes.