Function llama_cpp_sys::ggml_arange

source ·
pub unsafe extern "C" fn ggml_arange(
    ctx: *mut ggml_context,
    start: f32,
    stop: f32,
    step: f32
) -> *mut ggml_tensor