• Home
Name Date Size #Lines LOC

..--

test/03-May-2024-8,3617,262

CMakeLists.txtD03-May-20241.8 KiB4236

README.mdD03-May-2024346 85

TensorFlowLiteSupport.mdD03-May-20242.1 KiB12261

TfLiteParser.cppD03-May-2024140.9 KiB3,3932,667

TfLiteParser.hppD03-May-202411.5 KiB231161

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