poulpy-hal 0.5.0

A crate providing layouts and a trait-based hardware acceleration layer with open extension points, matching the API and types of spqlios-arithmetic.
Documentation
1
2
3
pub fn znx_zero_ref(res: &mut [i64]) {
    res.fill(0);
}