microflow-macros 0.1.1

Macro crate of the MicroFlow inference engine, namely, the MicroFlow compiler
Documentation
1
2
3
4
5
6
pub(crate) mod average_pool_2d;
pub(crate) mod conv_2d;
pub(crate) mod depthwise_conv_2d;
pub(crate) mod fully_connected;
pub(crate) mod reshape;
pub(crate) mod softmax;