Function llama_cpp_sys_2::ggml_quantize_chunk
source · pub unsafe extern "C" fn ggml_quantize_chunk(
type_: ggml_type,
src: *const f32,
dst: *mut c_void,
start: c_int,
nrows: c_int,
n_per_row: c_int,
hist: *mut i64,
imatrix: *const f32
) -> usize