We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfe3cc commit e3a3480Copy full SHA for e3a3480
1 file changed
tensorflow/lite/micro/SConscript
@@ -4,7 +4,7 @@ import os
4
if GetDepend(['PKG_USING_TENSORFLOWLITEMICRO_REFERENCE']):
5
src = Glob('kernels/*.cc') + Glob('*.c') + Glob('*.cc') + Glob('benchmarks/*.cc') \
6
+ Glob('examples/micro_speech/*.cc') + Glob('examples/micro_speech/micro_features/*.cc') \
7
- + Glob('memory_planner/*.cc') + Glob('testing/*.cc') + Glob('kernels/cmsis-nn/*.cc')
+ + Glob('memory_planner/*.cc') + Glob('testing/*.cc')
8
9
if GetDepend(['PKG_USING_TENSORFLOWLITEMICRO_CMSISNN']):
10
src = Split('''
0 commit comments