summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-25MLECO-1944: Minor documentation clean-up done and script to download TPIP added21.05-rc1alexander
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: Id4a9b220ce753a5ecf3483e86d837c1814dc7fb9
2021-05-24MLECO-1948: Fix for SysTick init and GNU's stdoutKshitij Sisodia
The counter val could have been 0 when read the first time quickly after the init function. The init function will now wait for the SysTick counter to start before returning. Also included are some minor changes to get around GNU's file stream implementation being line buffered. Change-Id: I8d51fef5d85f1261a6a5710608349d7ecc19ad62
2021-05-24Minor clarification for quick start guide.Kshitij Sisodia
Added a note for toolchain selection while using `build_default.py` in `docs/quick_start.md` Change-Id: I3d7405ff3257ec9d0358eb44d5d4c1feeb39a047
2021-05-21MLECO-1920: RunInference method made virtual to be overriden by some use-cases.alexander
Change-Id: I431205c66170e81137419719af60bd7d87a3ef5b Signed-off-by: alexander <alexander.efremov@arm.com>
2021-05-20MLECO-1883: Updating wav2letter modelKshitij Sisodia
Using the new pruned wav2letter model from Arm Model Zoo. The new model when optimised by Vela, produces a tflite file ~10 MB smaller than the current. Change-Id: I4ab6007c5b6111f41d8097e29b2af6cde2abc457
2021-05-19MLECO-1933, MLECO-1914, MLECO-1885: Update to 21.05-rc2 componentsKshitij Sisodia
Core driver and sofware dependencies updated to latest release candidate revisions. Note: TensorFlow Lite Micro has not been updated. Also, gcc warnings for simple_platform target and ad use case have been fixed. Change-Id: I455b421f34375a719a941e6e220fe292a57613f5
2021-05-19MLECO-1910: Fix for CPU counter differenceKshitij Sisodia
Fixed the CPU counter being truncated by the diff function's return type. Change-Id: I9417dbc9da357f8593b67c3a94620ac6e62eddbf
2021-05-19MLECO-1913: Documentation update: helper scripts and AD use case model updateIsabella Gottardi
Change-Id: I610b720146b520fe8633d25255b97df647b99ef5 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
2021-05-18Renamed core driver dependency to be "dash" style alignedalexander
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: I86b1d658ddd9aa717eb571286a9e5f5e053725cf
2021-05-18MLECO-1858: Documentation updateIsabella Gottardi
* Removing `_` in front of private functions and member Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I5a5d652f9647ebb16d2d2bd16ab980e73f7be3cf
2021-05-18Fixing python3 shebang according to PEP 394alexander
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: I7d46ebbbd6a026cf9ee36acafe74039962c756e5
2021-05-18MLECO-1873: default models are for 128 MAC configalexander
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: Ic3e940a9d289d649976c4e951ced1473fc31ff3f
2021-05-11MLECO-1912: Explcitly setting resources dirKshitij Sisodia
Minor CMake and ReadMe edits. Change-Id: Ib5b3fb904a0b034af57a3d4065a6183e29499f0f
2021-05-07MLECO-1860: Support for Arm GNU Embedded ToolchainKshitij Sisodia
This patch enables compilation of ML use cases bare-metal applications using Arm GNU Embedded Toolchain. The GNU toolchain can be used instead of the Arm Compiler that was already supported. The GNU toolchain is also set as the default toolchain when building applications for the MPS3 target. Note: The version of GNU toolchain must be 10.2.1 or higher. Change-Id: I5fff242f0f52d2db6c75d292f9fa990df1aec978 Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
2021-05-07MLECO-1766: Default build flow helper scripts addedIsabella Gottardi
MLECO-1882: Anomaly Detection use-case default model download added and tests updated to run with it. Test data generation cmake logic moved from use-case cmakes to top-level cmake script. Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: Ifde469e3585c37b9a53810236a92ce52d4fbb407
2021-05-06MLECO-1898: removing support of legacy sse-200 platformalexander
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: Ie462e786af1d429bcb815f2c10656ed82862715a
2021-05-05If inference fails - exit before printing results.alexander
It was easy to miss error message and mistakenly assume that execution succeeded. Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: I3c7beb5afe97db5df486e12e3bfe0e8e27e382f8
2021-05-04MLECO-1868: Code static analyzer warnings fixesalexander
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: Ie423e9cad3fabec6ab077ded7236813fe4933dea
2021-04-29MLECO-1891: Document memory considerationsKshitij Sisodia
Change-Id: I8d775cbd5372d1142244daf6877355a3d5417a9e Signed-off-by: George Gekov <george.gekov@arm.com>
2021-04-26MLECO-1871: Move tests golden fv into usecase foldersIsabella Gottardi
Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I02cbfffd85916e8c82d68e98b8951ee7c8a3d0c0
2021-04-23MLECO-1871: Adding external use-case directories supportIsabella Gottardi
* Cmake updates * Markdownlint on docs * Removing windows command leftovers Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I4a12b4e798559e8f4e8a3307038df7829137184a
2021-04-23MLECO-1880: Make model zoo commit hash configurable for each modelIsabella Gottardi
Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: Ic7bcb0cbf334049ff89e9973e58fd0b3bf463892
2021-04-23MLECO-1881: Fix MPS3 board imageIsabella Gottardi
MLECO-1879: Revise OSS quick start guide (setuptools update) Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I450d54226e3d606312a94c2ba1cb6d41873d2b48
2021-04-22MLECO-1884: Fix documentation error: example for adding new model for a use caseIsabella Gottardi
Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I42269fcd9aa03a94f057ab0b9f8cf7274c476577
2021-04-22MLECO-1871: Rename samples with clearer namesIsabella Gottardi
Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com> Change-Id: I926c6c138b32dc658cd195737a63eac327964284
2021-04-20MLECO-1821: Documentation : Explain how to import a CMake build in Arm-DSGeorge Gekov
Signed-off-by: George Gekov <george.gekov@arm.com> Change-Id: Ia181023d6d2fa72407c6fc1b6575bc4b10557fb3
2021-04-15 Windows support was removed from documentation.alexander
TensorFlow Lite micro build is not compatible with MinGW make. Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: I0980838f659431b18ebc54ec0a1e4371941c36b4
2021-04-14MLECO-1886: fixed AXI related PMU counters, they show beats not cycle counts.alexander
Updated profiling units and docs. Change-Id: Iaa2913d2bd6b10eb99a5059e12bb9fdaec188192
2021-04-12MLECO-1870: Cherry pick profiling changes from dev to open source repoIsabella Gottardi
* Documentation update Change-Id: If85e7ebc44498840b291c408f14e66a5a5faa424 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
2021-04-07MLECO-1869: Documentation updatesalexander
* fixing simple_platform and native build commands in the docs. * Added link to a public forum * table of contents fixed * Minor doc pages refactoring related to TM * updated API img Change-Id: Ibf703d9e51084daeab1c3263f996008523250236
2021-03-29Opensource ML embedded evaluation kit21.03alexander
Change-Id: I12e807f19f5cacad7cef82572b6dd48252fd61fd
2021-03-12Initial empty repositoryMagnus