cpetig / tflite_micro_compiler

generate tflite micro code which bypasses the interpreter (directly calls into kernels)
Apache License 2.0
76 stars 26 forks source link

Ran clang-format over code base #33

Closed alxhoff closed 4 years ago

rafzi commented 4 years ago

@cpetig are you using it regularly? it has good integration with many IDEs

alxhoff commented 4 years ago

40 might help :P

alxhoff commented 4 years ago

Not sure how to add it to GitHub's CI but I run CI tests again formatting on other projects using Travis CI. See here. I find it very helpful for keeping a clean code base.