Results 8 comments of Miguel Algaba

Hi @PatWie thanks for your quick reply. Adding 1.13 to the list of supported Tensorflow versions as you suggested and manually specifying the paths to the Tensorflow source and libraries...

Copying all the content of tensorflow/bazel-genfiles/tensorflow to tensorflow-build/includes manages to find tensorflow/core/protobuf/meta_graph.pb.h although it fails to build too ``` Scanning dependencies of target inference_cc [ 50%] Building CXX object CMakeFiles/inference_cc.dir/inference_cc.cc.o...

Hi @PatWie yes I was using a more recent Tensorflow version from commit f90532431c3785166cff35ff427b652fe460f60b, so seems like the "port_def.inc" issue is related to the tensorflow/tensorflow#27697 issue you posted indeed. I...

For reference this is how the paths look when calling cmake. They are automatically found when exporting the paths to TENSORFLOW_BUILD_DIR and TENSORFLOW_SOURCE_DIR

Locally removing the unknown options `--allow-multiple-definition -Wl,--whole-archive ${TensorFlow_LIBRARY} -Wl,--no-whole-archive` I get undefined symbols [macos_undefined_symbols.txt](https://github.com/PatWie/tensorflow-cmake/files/3116391/macos_undefined_symbols.txt)

I also wanted to try it on Windows 10 with Visual Studio 2017, however I'm facing a similar issue. First I built Tensorflow from source to have the C and...

@PatWie I also tried using ``` cd cc export TENSORFLOW_BUILD_DIR=~/Development/tensorflow-build export TENSORFLOW_SOURCE_DIR=~/Development/tensorflow cmake -G "Visual Studio 15 2017 Win64" . -DPYTHON_EXECUTABLE=/c/Users/migue_8d3inso/AppData/Local/Programs/Python/Python37/python ``` However CMake fails with the following output ```...

######################## ANALYTIC Euler-angles: - config_4_level_optimization_analytic: - Release: 0.089961 (double), 0.063241 (float) - config_only_level_0_analytic: - Release: 38.3582 (double), 28.5214 (float) Angle-axis: - config_4_level_optimization_analytic: - Release: 0.0700952 (double), 0.0708972 (float) - config_only_level_0_analytic:...