Function llama_cpp_sys::ggml_fp16_to_fp32_row

source ·
pub unsafe extern "C" fn ggml_fp16_to_fp32_row(
    x: *const ggml_fp16_t,
    y: *mut f32,
    n: c_int
)