pub type LayerPrecision = Precision;Expand description
Target precision for a single layer/variable in mixed-precision mode.
This is an alias for nxpu_backend_core::Precision to avoid duplicating
the enum definition across crates.
Aliased Type§
pub enum LayerPrecision {
F32,
F16,
BF16,
Int8,
}