From 1fed889537522e70787161efcc5d8aaab1fe3f86 Mon Sep 17 00:00:00 2001 From: Luka Macan Date: Wed, 14 Feb 2024 06:58:23 +0100 Subject: [PATCH] Updated accelerator features --- ne16/README.md | 2 +- neureka/README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ne16/README.md b/ne16/README.md index 9f05956..750ccd5 100644 --- a/ne16/README.md +++ b/ne16/README.md @@ -28,7 +28,7 @@ - [ ] Scale type - [x] uint8 - [ ] uint16 - - [ ] uint32 + - [x] uint32 - [x] Bias type - [x] int32 - [ ] Weight type diff --git a/neureka/README.md b/neureka/README.md index 9c83f4e..51586c3 100644 --- a/neureka/README.md +++ b/neureka/README.md @@ -16,7 +16,6 @@ Github repo [link](https://github.com/siracusa-soc/ne). - [x] Bias (w/ and w/o) - [ ] Per-channel shift - [x] Per-layer shift - - [ ] Rounding - [x] Input type - [x] uint8 - [x] int8 @@ -24,9 +23,9 @@ Github repo [link](https://github.com/siracusa-soc/ne). - [x] int8 - [x] uint8 (only w/ Relu) - [x] int32 -- [ ] Scale type +- [x] Scale type - [x] uint8 - - [ ] uint32 + - [x] uint32 - [x] Bias type - [x] int32 - [ ] Weight type