Skip to main content

Module view

Module view 

Source
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§

EnsembleView
Zero-copy view over a packed ensemble binary.