@tensorflow/micro
Add person_detection_vela.tflite to tensorflow/lite/micro/models.
Use the ethos-u co-processor and ethos-u enabled model when running benchmark.
bug=fixes #2591
* Add NonPersistentMemoryPlanner integration test with MicroAllocator
Add a buffer_request_count to keep track of buffer request to do error
checking.
Also rename variable names in NonpersistentMemoryPlannerShim per extra
review comments.
This corresponds to internal cl/403489054
BUG=http://b/199230276
* Add build file format check and fix in test_code.sh
Also run format fix on all BUILD and bzl files.
After this PR, BUILD and bzl files will be checked in presubmit.
BUG=http://b/203803273
* Move change in test_code_style.sh into a separate PR