pub fn full_like_device(
input: impl AsRef<Array>,
values: impl AsRef<Array>,
dtype: impl Into<Option<Dtype>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around full_like
Expand description
Compatibility shim for full_like.