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>
Compute the tensor dot product along the specified axes.