tensorflow / addons

Useful extra functionality for TensorFlow 2.x maintained by SIG-addons
Apache License 2.0
1.69k stars 610 forks source link

Update eigen header locations for TF 2.16 #2863

Closed trevor-m closed 4 months ago

trevor-m commented 5 months ago

Description

Eigen header path was changed in TF 2.16. This PR fixes the build error.

Fixes #2860

Type of change

Checklist:

How Has This Been Tested?

If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:

plopresti commented 4 months ago

I can confirm that this fixes #2860 (thank you).

Any chance of seeing this merged?