Hi, On Mon, 2 Mar 2020 at 08:19, Jochen Sprickerhof <[email protected]> wrote:
> Does Tensorflow export the Eigen API? > Because then we could get problems when linking it to other libs later, > as discussed in #868355. > Not at all. There are a few ld scripts from upstream for filtering the symbols that could be exported, and they are indeed used in my buildsystem: https://salsa.debian.org/science-team/tensorflow/-/blob/master/tensorflow/tf_exported_symbols.lds https://salsa.debian.org/science-team/tensorflow/-/blob/master/tensorflow/tf_framework_version_script.lds https://salsa.debian.org/science-team/tensorflow/-/blob/master/tensorflow/tf_version_script.lds The resulting shared objects will not contain anything that disrupts eigen3. -- Best,
-- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
