1
2
3
4
5
6

#![feature(const_generics)]
#![allow(incomplete_features)]
#![feature(custom_test_frameworks)]

mod tensor;