burn-tensor 0.16.1

Tensor library with user-friendly APIs and automatic differentiation support
Documentation
mod abs;
mod add;
mod aggregation;
mod all;
mod any;
mod arg;
mod cat;
mod ceil;
mod chunk;
mod clamp;
mod cos;
mod div;
mod erf;
mod exp;
mod expand;
mod flip;
mod floor;
mod gather_scatter;
mod log;
mod log1p;
mod map_comparison;
mod mask;
mod matmul;
mod maxmin;
mod mul;
mod narrow;
mod neg;
mod permute;
mod powf;
mod powf_scalar;
mod quantize;
mod recip;
mod remainder;
mod repeat_dim;
mod reshape;
mod round;
mod select;
mod sin;
mod slice;
mod sort_argsort;
mod split;
mod sqrt;
mod stack;
mod sub;
mod tanh;
mod topk;
mod transpose;