Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | H | 25-Apr-2025 | - | 13,831 | 12,263 | |
CMakeLists.txt | H A D | 25-Apr-2025 | 3.4 KiB | 74 | 63 | |
README.md | H A D | 25-Apr-2025 | 394 | 8 | 5 | |
README.md.license | H A D | 25-Apr-2025 | 113 | 5 | 4 | |
TfLiteParser.cpp | H A D | 25-Apr-2025 | 233.4 KiB | 5,398 | 4,226 | |
TfLiteParser.hpp | H A D | 25-Apr-2025 | 17.4 KiB | 339 | 247 |
README.md
1# The Arm NN TensorFlow Lite parser 2 3`armnnTfLiteParser` is a library for loading neural networks defined by TensorFlow Lite FlatBuffers files 4into the Arm NN runtime. 5 6For more information, a list of supported TensorFlow Lite layers, and the networks that have been tested, 7please visit our [doxygen documentation](https://arm-software.github.io/armnn/latest/parsers.xhtml#S6_tf_lite_parser). 8