xnn 0.2.0

A lightweight ML framework with GPU-first architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Neural network operation tests.

mod elu;
mod gelu;
mod leaky_relu;
mod prelu;
mod relu;
mod selu;
mod sigmoid;
mod silu;
mod softplus;