pub fn softmax_device(
a: impl AsRef<Array>,
precise: impl Into<Option<bool>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around softmax
Expand description
Compatibility shim for softmax.