llama_cpp_sys_4

Function ggml_arange

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