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ยง
- Float
Proto Elem - Per-float-dtype construction of a [
TensorDyn] from a flat slice / 3-DArrayView. Replaces the oldIntoProtoTensortrait. Each implementor either passes its element type straight toTensor::from_slice/Tensor::from_arrayview3, or narrowsf64tof32(no native f64 kernel path exists).