Programming Tutorials

SOLVED: tensorflow/contrib/lite/tools/mutable_op_resolver.h can not be found

By: Suresh in iPhone Tutorials on 2019-02-22  

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"





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in iPhone )

Latest Articles (in iPhone)