Function llama_cpp_sys::ggml_fp32_to_fp16_row

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