Skip to main content

topk_device

Function topk_device 

Source
pub fn topk_device(
    a: impl AsRef<Array>,
    k: i32,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around topk

Expand description

Compatibility shim for topk.