Expand description
Decode kernels for the Au-Zone ModelPack output format.
ModelPack emits SSD-style detection (separate box and score tensors) and
semantic segmentation, in flat and per-layer split variants. Every kernel
here is crate-private and reached through crate::Decoder, which picks
the variant from the output shapes at builder time.