- Aug 28, 2020
-
-
Tim Hall authored
- Added reference to TensorFlow Hub - Updated relative .md links to release location Signed-off-by:
Tim Hall <tim.hall@arm.com> Change-Id: I7f7b3508bd530d76681d25594ea7ff8241fe964d
-
- Jun 30, 2020
-
-
Tim Hall authored
- Added release information - Added PyPi documentation Signed-off-by:
Tim Hall <tim.hall@arm.com> Change-Id: Iaae64cfe10a2fa65f0559d13940b19d6f57edfdc
-
- Jun 23, 2020
-
-
Tim Hall authored
- Added PyPi installation info - Added source code download/cloning info - Updated development status in setup.py Signed-off-by:
Tim Hall <tim.hall@arm.com> Change-Id: I5c2f7dfe19a222f008b5f825c58d0fec14792bc1
-
- Jun 18, 2020
-
-
Tim Hall authored
- Create new CONTRIBUTIONS.md - Rearrange README.md to reference new documentation Signed-off-by:
Tim Hall <tim.hall@arm.com> Change-Id: I502b1606a3fe829a9e242a5de7391bf769203b8c
-
Pytest (testing framework) and pytest-cov are now part of the python environment and run automatically by pre-commit hook. Change-Id: If55cae9f29391c80c809a0487785786a7b9ae62a Signed-off-by:
Diego Russo <diego.russo@arm.com>
-
Also updated README.md Change-Id: I118309c61f4d00e8508d6b888c606995490fba39 Signed-off-by:
Diego Russo <diego.russo@arm.com>
-
Use pre-commit framework [1] to run black and flake8 before the commit. black and flake8 are managed by the pre-commit framework and they can be run manually by the user using `pre-commit run` command. Fix the code base with the help of black and flake8. Fix import statements according to PEP8 guidelines [1] Both tools have the following settings (specified in the pre-commit configuration file): * line length: 120 characters * directory to exclude: ethosu/vela/tflite/ and ethosu/vela/ethos_u55_regs Updated README.md on how to install pre-commit and how to run sanity checks. Pipenv files have been updated including new dependencies for pre-commit. [1]: https://www.python.org/dev/peps/pep-0008/#imports [2]: https://github.com/pre-commit/pre-commit Change-Id: I304d9fffdf019d390ffa396a529c8a7c2437f63d Signed-off-by:
Diego Russo <diego.russo@arm.com>
-
- Apr 29, 2020
-
-
Tim Hall authored
- Added modules ethosu.vela and ethosu.mlw_codec. - Added README and various configuration files. Change-Id: I3690f8c8f5966306ecddaeb2793c30ca9c6e2eee
-