pub fn clip_device<'min, 'max>(
a: impl AsRef<Array>,
bound: impl ClipBound<'min, 'max>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around clip
Expand description
Compatibility shim for clip.