Name Date Size #Lines LOC

..--

test/H25-Apr-2025-13,83112,263

CMakeLists.txtH A D25-Apr-20253.4 KiB7463

README.mdH A D25-Apr-2025394 85

README.md.licenseH A D25-Apr-2025113 54

TfLiteParser.cppH A D25-Apr-2025233.4 KiB5,3984,226

TfLiteParser.hppH A D25-Apr-202517.4 KiB339247

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

README.md.license

1#
2# Copyright © 2018-2019, 2021 Arm Ltd and Contributors. All rights reserved.
3# SPDX-License-Identifier: MIT
4#
5