| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| test/ | 03-May-2024 | - | 8,361 | 7,262 | ||
| CMakeLists.txt | D | 03-May-2024 | 1.8 KiB | 42 | 36 | |
| README.md | D | 03-May-2024 | 346 | 8 | 5 | |
| TensorFlowLiteSupport.md | D | 03-May-2024 | 2.1 KiB | 122 | 61 | |
| TfLiteParser.cpp | D | 03-May-2024 | 140.9 KiB | 3,393 | 2,667 | |
| TfLiteParser.hpp | D | 03-May-2024 | 11.5 KiB | 231 | 161 |
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 about the TensorFlow Lite operators that are supported, and the networks that have been tested, 7see [TensorFlowLiteSupport.md](./TensorFlowLiteSupport.md). 8