From 485a11d8cb67c8062c632f0987cd31cedbe93d6d Mon Sep 17 00:00:00 2001 From: James Ward Date: Fri, 5 Aug 2022 13:48:37 +0100 Subject: FP16 support in serialization * Allow serialization of fp16 data * Add package to support integrated half data-type (half_float::half), independent of native float: http://half.sourceforge.net/ * Allow passing of accumulate data-type in serialization Signed-off-by: James Ward Change-Id: I54357f02e3776d81958228f699ea5044f2014f4b --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 979b76f..9d852df 100644 --- a/README.md +++ b/README.md @@ -158,3 +158,10 @@ numpy file, (4) format and (5) usage. # License The *TOSA Serialization Library* is licensed under Apache-2.0. + +## Third Party Projects + +- The [half](https://half.sourceforge.net/) library is licensed under MIT license. + +Other third party projects are referenced as sub-modules and as such, are licensed under the licenses stated in their projects. + -- cgit v1.2.1