Function llama_cpp_sys::ggml_reshape_2d

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