Skip to main content

rope_dynamic_device

Function rope_dynamic_device 

Source
pub fn rope_dynamic_device<'a>(
    array: impl AsRef<Array>,
    dimensions: i32,
    traditional: bool,
    base: impl Into<Option<f32>>,
    scale: f32,
    offset: impl AsRef<Array>,
    freqs: impl Into<Option<&'a Array>>,
    stream: impl AsRef<Stream>,
) -> Result<Array>
👎Deprecated since 0.26.0:

use with_stream or with_device around rope_dynamic

Expand description

Compatibility shim for rope_dynamic.