OpenNNA2.0
OpenNNA2.0 copied to clipboard
OpenNNA2.0,一个基于C语言(C99)的开源神经网络推理框架
Results
1
OpenNNA2.0 issues
Sort by
recently updated
recently updated
newest added
非常感谢作者的工作,我因c语言不熟练,复现demo时遇到一些困难。 已经将src下的core和operator文件放入demo文件夹mobilenetv1_128_0.25下,clang编译时出现error如下所示: opennna_core.c:28:20: error: incompatible function pointer types initializing 'void (*)(struct layer *)' with an expression of type 'void (*)(struct layer *)' [-Wincompatible-function-pointer-types] {"Example",&OpenNNA_Operator_Example}, opennna_core.c:30:19: error: incompatible function pointer types...