GPU image processing primitives.
Contract: image-conv2d-v1.yaml
Provides convolution, Gaussian blur, Sobel edge detection, and Canny edge detection with provable properties.
Example
use ;
// Identity convolution (delta kernel)
let image = vec!;
let delta = ;
let out = conv2d.unwrap;
assert!; // Center pixel preserved