quantize_row_q_t

Type Alias quantize_row_q_t 

Source
pub type quantize_row_q_t = Option<unsafe extern "C" fn(x: *const f32, y: *mut c_void, k: c_int)>;

Aliased Type§

pub enum quantize_row_q_t {
    None,
    Some(unsafe extern "C" fn(*const f32, *mut c_void, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const f32, *mut c_void, i32))

Some value of type T.