Expand description
CPU vision ops — certification oracles for future Forge GPU ports (V3).
Pure Rust, caller-buffered. No Python. GPU WGSL ports land as V3b in
qualia-core-db::wgsl_forge without changing these numerical contracts.
Functions§
- avg_
pool2d_ nchw_ f32 - conv2d_
nchw_ f32 - 2D convolution, NCHW layout, single batch (N=1).
- max_
pool2d_ nchw_ f32 - resize_
nearest_ nchw_ f32 - Resize each channel plane independently (nearest neighbour).