Lines Matching refs:a
3 …ns on any [Arm Mbed OS](https://os.mbed.com/mbed-os/) supported HW or using a fixed virtual platfo…
13 If in a virtual environment just start by upgrading pip.
40 …a Keras generated model for reference. The SVDF unit test use a json template as input for generat…
80 …IS-NN as a [standalone library](https://github.com/ARM-software/CMSIS-NN/blob/main/README.md#build…
93 This will build all unit tests. You can also just build a specific unit test only, for example:
125 The script use a concept of test data sets, i.e. it need a test set data name as input. It will the…
126 When adding a new test data set, new c files should be added or existing c files should be updated …
128 The steps to add a new unit test are as follows. Add a new test test in the load_all_testdatasets()…
180 - `TestCases` - Here are the actual unit tests. For each function under test there is a folder unde…
181 …or each function under test there is a folder with the same name with test_ prepended to the name …
182 - `TestCases/<cmsis-nn function name>/Unity` - This folder contains a Unity file that calls the act…
184 …he unit tests are using. The data in PregenrateData folder has fp32 data of a network whereas her…