llama_cpp_sys_4

Function ggml_new_tensor_4d

Source
pub unsafe extern "C" fn ggml_new_tensor_4d(
    ctx: *mut ggml_context,
    type_: ggml_type,
    ne0: i64,
    ne1: i64,
    ne2: i64,
    ne3: i64,
) -> *mut ggml_tensor