Skip to content

Commit

Permalink
Updated accelerator features
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Feb 14, 2024
1 parent bb875a3 commit 1fed889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ne16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- [ ] Scale type
- [x] uint8
- [ ] uint16
- [ ] uint32
- [x] uint32
- [x] Bias type
- [x] int32
- [ ] Weight type
Expand Down
5 changes: 2 additions & 3 deletions neureka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ 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
- [x] Output type
- [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
Expand Down

0 comments on commit 1fed889

Please sign in to comment.