Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent runtime_shape.cc removal during sync (tensorflow#2484)
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 tensorflow#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
- Loading branch information