tensorflow_cc icon indicating copy to clipboard operation
tensorflow_cc copied to clipboard

Use system Eigen and/or provide FindEigen.cmake

Open elfprince13 opened this issue 3 years ago • 0 comments

It's currently a huge pain to firewall Tensorflow-dependent libraries within a large project that uses Eigen to avoid clashing headers. This package should either provide a way to build against the system eigen, or include a FindEigen cmake module that can be used to give client code a reliable way to use the same Eigen.

elfprince13 avatar Dec 17 '21 16:12 elfprince13