Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | 03-May-2024 | - | 7,722 | 6,784 | ||
README.md | D | 03-May-2024 | 316 | 6 | 3 | |
TensorFlowSupport.md | D | 03-May-2024 | 9 KiB | 195 | 99 | |
TfParser.cpp | D | 03-May-2024 | 144.9 KiB | 3,680 | 2,919 | |
TfParser.hpp | D | 03-May-2024 | 14.1 KiB | 278 | 194 |
README.md
1# The Arm NN TensorFlow parser 2 3`armnnTfParser` is a library for loading neural networks defined by TensorFlow protobuf files into the Arm NN runtime. 4 5For more information about the TensorFlow operators that are supported, and the networks that have been tested, see [TensorFlowSupport.md](./TensorFlowSupport.md). 6