Where is the external code (unsupported / Eigen / CXX11 / Tensor) for the TensorFlow github:

I would like to get the TensorFlow GitHub code and compile it on a local Windows machine.

I am currently having problems with the following:

#include "external/eigen_archive/eigen-eigen-ce5a455b34c0/unsupported/Eigen/CXX11/Tensor"

Where can I find this file?

+2
source share
2 answers

Eigen is loaded from a bitpack using bazel. The ce5a455 version corresponds to the 3.3-beta1 release of its own code base, which had some problems. Today TensorFlow is pulling this new version . Let me know if you are still having problems and I will take a look.

0
source

start the shell first

tensorflow / vno / Makefile / build_all_% os_name% .sh

0

Source: https://habr.com/ru/post/1691404/


All Articles