Skip to main content

softmax_axes_device

Function softmax_axes_device 

Source
pub fn softmax_axes_device(
    a: impl AsRef<Array>,
    axes: &[i32],
    precise: impl Into<Option<bool>>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around softmax_axes

Expand description

Compatibility shim for softmax_axes.