pub fn categorical_device<'a>(
logits: impl AsRef<Array>,
axis: impl Into<Option<i32>>,
shape_or_count: impl Into<Option<ShapeOrCount<'a>>>,
key: impl Into<Option<&'a Array>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around categorical
Expand description
Compatibility shim for categorical.