xnn 0.2.0

A lightweight ML framework with GPU-first architecture
Documentation
1
2
3
4
5
6
//! Reduction operation tests.

mod max;
mod mean;
mod min;
mod sum;