encoderfile 0.6.2-rc.2

Distribute and run transformer encoders with a single file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use super::Tensor;

pub mod arithm;
pub mod axes;
pub mod clamp;
pub mod fold_axis;
pub mod layer_norm;
pub mod lp_normalize;
pub mod map_axis;
pub mod mean_pool;
pub mod properties;
pub mod softmax;
pub mod sum_axis;
pub mod transpose;
pub mod truncate_axis;