This is the Tensorflow-Lite Micro (TFLM) library plus additional helper functions.
NOTE: The actual Tensorflow-Lite Micro library is downloaded by the CMake build script.
The current TFLM version used by the MLTK may be found in CMakeLists.txt, in the function:
CPMAddPackage(
NAME Tensorflow
GITHUB_REPOSITORY tensorflow/tflite-micro
GIT_TAG <commit>
DOWNLOAD_ONLY ON
CACHE_SUBDIR tflite_micro
CACHE_VERSION ${_tflm_cache_version}
)
where GIT_TAG <commit>
points to the GIT commit that is downloaded.
The following files were overridden:
The patch_tensorflow.py Python script is also used to make modifications to the TFLM source code.