how do link eigen3 when compiling tensorflow?
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?