Skip to main content

Module yolo

Module yolo 

Source
Expand description

Internal YOLO decoder kernels.

All items in this module are pub(crate). The public API surface for decoding is crate::Decoder + crate::DecoderBuilder; external callers must go through that entry point so we can evolve the kernels (split paths, dispatch tables, NEON tiers) without breaking semver. See CHANGELOG.md for the 0.20.0 narrowing.

Traitsยง

FloatProtoElem
Per-float-dtype construction of a [TensorDyn] from a flat slice / 3-D ArrayView. Replaces the old IntoProtoTensor trait. Each implementor either passes its element type straight to Tensor::from_slice / Tensor::from_arrayview3, or narrows f64 to f32 (no native f64 kernel path exists).