mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
Despite existing in TFLite, the runtime_shape.h has long differed between TFLite and TFLM. The file is not copied during the sync and the sync script does a `git checkout` on the file to ensure that the existing version in the TFLM tree remains. In PR #2476, we needed to add a runtime_shape.cc file. This PR ensures that the runtime_shape.cc file will not be removed during the sync by performing a `git checkout` on the existing file. BUG=323856831 |
||
|---|---|---|
| .. | ||
| temp_patches | ||
| check_tflite_files.py | ||
| Dockerfile.hexagon | ||
| Dockerfile.micro | ||
| Dockerfile.xtensa_xplorer_11 | ||
| Dockerfile.xtensa_xplorer_13 | ||
| Dockerfile.xtensa_xplorer_solo | ||
| install_bazelisk.sh | ||
| install_buildifier.sh | ||
| install_cores_xplorer_11.sh | ||
| install_cores_xplorer_13.sh | ||
| install_cores_xplorer_solo.sh | ||
| install_qemu.sh | ||
| issue_on_error.py | ||
| sync_from_upstream_tf.sh | ||
| sync_third_party_hexagon.sh | ||
| tflite_files.txt | ||