CMSIS/NN/Include/arm_nn_tables.h
0 → 100644
+56
−0
CMSIS/NN/Include/arm_nn_types.h
0 → 100644
+130
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
This commit imports the library source code of the CMSIS-NN, which is
part of the CMSIS 5.8.0 release.
Note that this commit only imports the source code required to build
the CMSIS-NN library and does not import extraneous components such as
the build script and test suite.
Also note that only the TFL micro compliant functions are imported, see:
https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/NN
The legacy API's are no longer maintained and trigger compiler warnings.
Origin: CMSIS_5
License: Apache-2.0
URL: https://github.com/ARM-software/CMSIS_5/tree/5.8.0
commit: 13b9f72f212688d2306d0d085d87cbb4bf9e5d3f
Purpose: Provide NN functions for Arm devices
Maintained-by: External
Signed-off-by:
Jordan Yates <jordan.yates@data61.csiro.au>
file import
CRA Git | Maintained and supported by SUSTech CRA and CCSE