Skip to main content

tensordot_axes_device

Function tensordot_axes_device 

Source
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>
👎Deprecated since 0.26.0:

use with_stream or with_device around tensordot_axes

Expand description

Compatibility shim for tensordot_axes.