- 17 Mar, 2021 1 commit
-
-
Christophe Favergeon authored
Added a new option to test framework.
-
- 16 Mar, 2021 4 commits
-
-
Måns Nilsson authored
-
Måns Nilsson authored
Changing input_w to output_w in call to get_buffer.
-
Måns Nilsson authored
Adding a unit test for relu6 or different out activation min/max for each type of test. Change-Id: Ia26bf0f38e4798f37df79280b82ab8967c48df27
-
Christophe Favergeon authored
Improved FVP support.
-
- 15 Mar, 2021 2 commits
-
-
Christophe Favergeon authored
Better handling of the IPSS FVP when using gcc. (IPSS FVP is different from other FVP so it still does not work on normal FVP).
-
Christophe Favergeon authored
-
- 10 Mar, 2021 5 commits
-
-
Christophe Favergeon authored
-
Christophe Favergeon authored
-
Christophe Favergeon authored
Some correction to Levinson Durbin Q31.
-
Christopher Seidl authored
-
Christopher Seidl authored
-
- 08 Mar, 2021 5 commits
-
-
Christophe Favergeon authored
-
Reinhard Keil authored
-
Christophe Favergeon authored
f32, f16 and q31.
-
David Green authored
This attempts to ensures that even on a 64bit system, the array access will be treated as a negative number, not a large unsigned offset ending up reading from the middle of nowhere.
-
Christophe Favergeon authored
-
- 04 Mar, 2021 1 commit
-
-
Daniel Brondani authored
-
- 03 Mar, 2021 1 commit
-
-
TTornblom authored
Call osKernelInitialize() similar to ARMCLANG and GNUARM. Signed-off-by:
TTornblom <thomas.tornblom@iar.com>
-
- 02 Mar, 2021 1 commit
-
-
Christophe Favergeon authored
-
- 25 Feb, 2021 2 commits
-
-
GuentherMartin authored
-
GuentherMartin authored
-
- 24 Feb, 2021 1 commit
-
-
GuentherMartin authored
-
- 23 Feb, 2021 4 commits
-
-
Måns Nilsson authored
* Changing to relu6 to cover both out activation min/max other that the default. * Removing input/output offsets from pooling test data.
-
Måns Nilsson authored
* Add new max pool unit test with relu. * Add some old unit tests that were missing in the generate script so that it can be regenerated if needed. * Add check in generate script for unit tests that are not in the list.
-
Måns Nilsson authored
-
Felix Johnny authored
Targetted optimization for GCC when __SXTAB is used with __ROR. Updated description for __SXTB16_RORn Change-Id: I7fbb9afb0a2d5a2f2b239d27af7177a1607ac9a1 Fix review comment: Update description
-
- 19 Feb, 2021 1 commit
-
-
Christophe Favergeon authored
Better control of the f16 build.
-
- 18 Feb, 2021 3 commits
-
-
Christophe Favergeon authored
-
Christophe Favergeon authored
-
Christophe Favergeon authored
-
- 17 Feb, 2021 4 commits
-
-
Felix Johnny authored
1. Revision hisory is updated to reflect the interface change 2. Support link is added Change-Id: I0fae3c9921b9d8cd646bb8b79daf371fc0318c95
-
Måns Nilsson authored
Copying linker files and uart code from Arm Ethos-U Core Platform project. Updating CMake and README.
-
Christophe Favergeon authored
-
Christophe Favergeon authored
-
- 15 Feb, 2021 1 commit
-
-
Christophe Favergeon authored
Some correction for RFFT Fast f32 in Python wrapper
-
- 11 Feb, 2021 4 commits
-
-
Aksel Skauge Mellbye authored
Array must have a fixed length. Makes use of the existing value range modifier to indicate the type of each array element.
-
Aksel Skauge Mellbye authored
The format specifier gives hints to the tool about how to graphically display the configuration option.
-
Aksel Skauge Mellbye authored
Default values can be used in a tool-specific way to implement e.g. "reset to default" buttons.
-
Aksel Skauge Mellbye authored
Negative numbers are supported by using ".." as the separator between min, max and step instead of "-", making "-" available to signify the sign. The legacy syntax is preserved for backwards compatibility.
-