Skip to main content

ggml_row_bytes

Function ggml_row_bytes 

Source
pub fn ggml_row_bytes(ggml_type: u32, n_elems: usize) -> Option<usize>
Expand description

Packed byte length of one logical row (n_elems weights) for the given GGML type.