OAID / Tengine-Convert-Tools

Tengine Convert Tool supports converting multi framworks' models into tmfile that suitable for Tengine-Lite AI framework.
Apache License 2.0
94 stars 34 forks source link

remove unused fp16 header that causes emscripten compile errors #31

Closed daquexian closed 3 years ago

daquexian commented 3 years ago

compiler_fp16.h causes the following errors when compiling with emscripten (WebAssembly):

In file included from /home/dev/files/repos/Tengine-Convert-Tools/core/lib/tengine_c_helper.cpp:43: /home/dev/files/repos/Tengine-Convert-Tools/core/include/compiler_fp16.h:62:26: error: cannot combine with previous 'struct' declaration specifier
typedef struct fp16_pack __fp16;

Since this header file is not used, I removed it.