Community Profile

photo

Jack Ferrari

Last seen: Today 自 2020 起处于活动状态

统计数据

All
  • Knowledgeable Level 1
  • First Answer
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 2
  • First Submission

查看徽章

Content Feed

排序方式:

已回答
Are RISC-V processors supported by Embedded Coder?
Yes, you can specify the word sizes for RISC-V using the built-in RISC-V device details in the Hardware Implementation section o...

8 months 前 | 2

| 已接受

提问


Are RISC-V processors supported by Embedded Coder?
I want to generate code for a RISC-V processor. Is it possible to configure Embedded Coder for RISC-V?

8 months 前 | 1 个回答 | 1

1

个回答

已回答
How can I optimize the performance of library-free C/C++ code generated from deep learning networks?
Vectorization and multi-threading are techniques that can improve the performance of embedded applications. Both allow processor...

1 year 前 | 0

| 已接受

提问


How can I optimize the performance of library-free C/C++ code generated from deep learning networks?
I am generating code for a deep learning network with coder.DeepLearningConfig(TargetLibrary = 'none'). Which code generation co...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
Error while using "Generate Code for Quantized LSTM Network and Deploy on Cortex-M Target" example.
Hi Liangmaokun, The example you are trying to run requires the CMSIS-NN library to be built (this will give you the missing lib...

2 years 前 | 1

| 已接受