Expand description
Zero-copy, zero-alloc inference view over a packed ensemble binary.
EnsembleView is constructed from a &[u8] buffer and validates the
entire structure on creation. After validation, all predictions are pure
pointer arithmetic with no allocation — suitable for embedded targets.
Structs§
- Ensemble
View - Zero-copy view over a packed ensemble binary.