photo

Jack Ferrari

MathWorks

Last seen: 2 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
3 个回答

File Exchange

2 文件

排名
3,736
of 299,984

声誉
14

贡献数
2 个提问
3 个回答

回答接受率
100.0%

收到投票数
6

排名
13,496 of 20,857

声誉
22

平均
5.00

贡献数
2 文件

下载次数
3

ALL TIME 下载次数
172

排名

of 166,841

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • Knowledgeable Level 1
  • First Answer
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 2
  • First Submission

查看徽章

Feeds

排序方式:

已回答
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...

2 years 前 | 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?

2 years 前 | 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...

2 years 前 | 1

| 已接受

提问


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...

2 years 前 | 1 个回答 | 1

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...

3 years 前 | 1

| 已接受