microflow 0.1.3

A robust and efficient TinyML inference engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod average_pool_2d;
mod conv_2d;
mod depthwise_conv_2d;
mod fully_connected;
mod reshape;
mod softmax;

pub use average_pool_2d::*;
pub use conv_2d::*;
pub use depthwise_conv_2d::*;
pub use fully_connected::*;
pub use reshape::*;
pub use softmax::*;