Function llama_cpp_sys::ggml_new_tensor_2d

source ·
pub unsafe extern "C" fn ggml_new_tensor_2d(
    ctx: *mut ggml_context,
    type_: ggml_type,
    ne0: i64,
    ne1: i64
) -> *mut ggml_tensor