llama_cpp_sys_4

Function ggml_reshape_3d

Source
pub unsafe extern "C" fn ggml_reshape_3d(
    ctx: *mut ggml_context,
    a: *mut ggml_tensor,
    ne0: i64,
    ne1: i64,
    ne2: i64,
) -> *mut ggml_tensor