Skip to main content

Module ops

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).