3 A high-performance, on-device neural network inference framework
6 This project _nnfw_ aims at providing a high-performance, on-device neural network (NN) inference
7 framework that performs inference of a given NN model on processors, such as CPU, GPU, or NPU, in
8 the target platform, such as Tizen and Smart Machine Platform (SMP).
10 ## About this _experimental_ release
11 _Experimental_ means the Tizen M1 release of _nnfw_ has very limited capability, which could only
12 run InceptionV3, and would have very limited support from the developers. And, the backward
13 compatibility in the future release, e.g., one planned in October, might not be guaranteed.
16 - [How to add unittest using gtest](docs/howto/HowToAddUnittest.md)