Skip to main content

ggml_type

Type Alias ggml_type 

Source
pub type ggml_type = u32;
Expand description

Re-export the raw ggml types for advanced usage.

Trait Implementations§

Source§

impl From<GgmlType> for ggml_type

Source§

fn from(t: GgmlType) -> Self

Converts to this type from the input type.