glowstick-burn 0.2.0

Integration of glowstick with the burn tensor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod argmax;
pub mod cat;
pub mod expand;
pub mod flatten;
pub mod gather;
pub mod log_softmax;
pub mod matmul;
pub mod mean_dim;
pub mod narrow;
pub mod reshape;
pub mod softmax;
pub mod sort_descending_with_indices;
pub mod squeeze;
pub mod transpose;
pub mod tril_mask;
pub mod unsqueeze;
pub mod var_mean;