SOLVED: tensorflow/contrib/lite/tools/mutable_op_resolver.h can not be found
By: Suresh
If you are getting this error, while compiling tensorflow project in XCODE, then do this to resolve it.
Change#include "tensorflow/contrib/lite/tools/mutable_op_resolver.h"
to #include "tensorflow/contrib/lite/op_resolver.h"
Archived Comments
Most Viewed Articles (in iPhone ) |
Latest Articles (in iPhone) |
Comment on this tutorial