When I execute make command, it gave the follow error:
In file included from /home/alex/Projects/tf2cpp/third-party/google/tensorflow/tensorflow/core/framework/tensor.h:19:0,
from /home/alex/Projects/tf2cpp/third-party/google/tensorflow/tensorflow/core/public/session.h:24,
from /home/alex/Projects/tf2cpp/loader.cc:1:
/home/alex/Projects/tf2cpp/third-party/google/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1:42: fatal error: unsupported/Eigen/CXX11/Tensor: No such file or directory
#include "unsupported/Eigen/CXX11/Tensor"
When I execute make command, it gave the follow error: