Commit a9a2615 1 parent d1e906b commit a9a2615 Copy full SHA for a9a2615
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- include nn4mc_py/generator/code_generator/templates/c_standard/**/*.template
1
+ include nn4mc/generator/code_generator/templates/c_standard/include/*.template
2
+ include nn4mc/generator/code_generator/templates/c_standard/include/layers/*.template
3
+ include nn4mc/generator/code_generator/templates/c_standard/src/layers/*.template
4
+ include nn4mc/generator/code_generator/templates/c_standard/src/*.template
Original file line number Diff line number Diff line change 4
4
long_description = ld .read ()
5
5
6
6
setup (name = 'nn4mc' ,
7
- version = '0.2.0 ' ,
7
+ version = '0.2.5 ' ,
8
8
description = 'Neural Networks for Microcontrollers (nn4mc) is a Python package '
9
9
'for generating microcontroller code in c from pre-trained models. Our intended '
10
10
'audience is roboticists looking to embed intelligence into their applications; '
You can’t perform that action at this time.
0 commit comments