poulpy-cpu-ref 0.6.0

Portable reference CPU implementations of poulpy-hal open extension points
Documentation
1
2
3
pub fn znx_zero_ref(res: &mut [i64]) {
    res.fill(0);
}