aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-24Update TOSA Checker version to 0.2.0HEAD0.2.0mainThibaut Goetghebuer-Planchon
Change-Id: Ia18fbbb5e8aa771836fe95c5c30c7f49f6fce972
2023-08-22Update TOSA Checker version to 0.2.0rc00.2.0-rc0Thibaut Goetghebuer-Planchon
Change-Id: I0e3cf0feff0a039244a0cf86039ae507a207eb5e
2023-08-22Update modified licenses to reflect 2023Saoirse Stewart
Change-Id: I793c9358b9c8d4683674fbd06211d5ced8289aa7
2023-08-22Make the building and installation instructions more genericThibaut Goetghebuer-Planchon
Change-Id: Ie528ca61633c372c548642d5602e6784e2e79ad4
2023-08-22Update minimum Python version to 3.8Thibaut Goetghebuer-Planchon
Change-Id: Ie0562fb324feeed28438472e0a5b2a8dcf2a3fd6
2023-08-22Add license for cppcheck.cfg fileThibaut Goetghebuer-Planchon
Change-Id: Ice341b39ad376b5a358410f4e5723b26bcb770b5
2023-08-22Update RELEASES.md notes for version 0.2.0Thibaut Goetghebuer-Planchon
Change-Id: I6a1f487199a7a25bd9603dbf5af09fbcc3f04b59
2023-08-22Update LICENSES.spdx fileTom Allsop
Change-Id: Ifef7e07b553c444e4a8f7d60c99d3d3a14552994
2023-08-22Added cppcheck config to avoid usage of security sensitive functions.Elena Zhelezina
Change-Id: I4247c5e937e33904b1db5de6c07b50bec2559b03
2023-08-22Added SECURITY.md file to the repo.Elena Zhelezina
Change-Id: I0b6d0e9417686dd41b67d351ca8cff8a45a14dfd
2023-08-14Add GitPython as dependency in README.mdThibaut Goetghebuer-Planchon
Change-Id: Ib4025d0c745d0d9489435c447b87625758a2fc23
2023-08-14Replace relative links with absolute links to https://review.mlplatform.org ↵Peng Sun
in package description. Change-Id: Id890542b76c383d868a40f2748184a8ee051ab82
2023-07-31Update to PassManager change - requires OperationNameSaoirse Stewart
Change-Id: Ia21a3ceb95c02a1cdc77f53d1bf1b702d43974cb
2023-07-31Update tensorflow version to 2.13.0Saoirse Stewart
Change-Id: Ib068539ffb56b74691e1534ee8e0d6c221e1f6b0
2023-03-07Adding tf_passes to Tosa checker dependenciesSaoirse Stewart
Change-Id: Ie7c05389cd0d8f65e32f19f4ee84087c2c7073a2
2023-03-07Update bazel version to 5.1.1 for docker imageSaoirse Stewart
Change-Id: I170604fd43b1f08c3adb58b0350a79c9eaf4f898
2023-02-20Update the TensorFlow version to 2.11.0 used by the TOSA CheckerSaoirse Stewart
Change-Id: I55661102918990c4f3a71abf9c7197cf3b86d427
2023-02-02Add support for building nightly packagesTom Allsop
* --nightly option is now added to setup.py * TensorFlow version is now recorded in module Change-Id: Id11c8cb1ee91cfe83a93340b7bcba2667dae62f0
2023-02-02Simplified unit tests to make them more robustTom Allsop
Change-Id: I6f5fd4c695aba8cbf0d7dadf259649ed4924a76e
2022-12-13Add names to layers to make tests more robustThibaut Goetghebuer-Planchon
Change-Id: I64c9bc4b170f3e2147a5791c5aff477a44c06a2f
2022-12-13Models with tfl.custom ops are considered to be non TOSA compliantThibaut Goetghebuer-Planchon
Change-Id: Ib31b44b3819bbdf517b96d834879155eebb4f09c
2022-11-22Add FORTIFY_SOURCE to build options for TOSA checkerSaoirse Stewart
Change-Id: Ic2bcc6b15a68ac18966f4523f4ddea74f616992d
2022-11-14Added ASAN & UBSAN build options and Dockerfile for sanitized buildsTom Allsop
* Added SanitizerBuild.Dockerfile for running sanitized builds. * Added dependencies for bandit into SanitizerBuild.Dockerfile. * Added --sanitizer option to setup.py. * Added .bandit.yaml. Change-Id: I4dd41bc52790a1b7f17ffca556362e37860ab572
2022-08-31Fix formatting of building and installation instructions in README.md0.1.0Thibaut Goetghebuer-Planchon
Change-Id: Ieeffbe3f9d086640d4571244d9a35a1ea0b1c8e1
2022-08-31Read the content of README.md directly into long_description of setuptools.setupThibaut Goetghebuer-Planchon
Change-Id: I4aaf3b7e47e0b714f13339867ee46a79a8530782
2022-08-31Add licenses of the third-party libraries included in the generated binary ↵Thibaut Goetghebuer-Planchon
Python wheel Change-Id: Ie32bc7e00f2c73c1bd4c2c5a27f6c8279a618b04
2022-08-30Fix formatting of README.md filesThibaut Goetghebuer-Planchon
Change-Id: I56f337b300402c04ccca7eef90d442693f763859
2022-08-18Initial commit0.1.0-rc.1Thibaut Goetghebuer-Planchon
Change-Id: I2fb0933d595a6ede6417d09dd905ef72d6c60c9b
2022-07-25Initial empty repositoryMatthew Bentham