While reading tensorflow source code, I found eigen3 folder only includes #include
file as below. If not exist “.cpp” or other source code, I have a question: how do link corresponding functions and classes when compiling tensorflow?
// filename: eigen3/Eigen/Core
#include "Eigen/Core"