error while compiling
ash11sh opened this issue · 1 comments
ash11sh commented
line 117 error: no matching function for call to ‘get_top_n<uint8_t>(unsigned char*, int&, int, const float&, std::vector<std::pair<float, int> >*, bool)’|
Qengineering commented
Two problems.
- Your error was caused by type casting a TfLiteType to a boolean. Fix it in the code.
- As of version 2.3.0, TensorFlow Lite uses dlopen() and dlclose(). These are in libdl.so.2. Add it to the linker with the -ldl flag
Please reload the example.