visual studio 2015 - Compiling custom Tensorflow Ops for Windows -


i'd compile custom tensorflow op both laptop (windows 7) , server (ubuntu). compilation windows seems bit tricky though. first step, i'm using example op https://github.com/davidstutz/tensorflow-cpp-op-example. downloaded source files repo , linked them in cmakelists.txt file. called cmake same flags in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/cmake. now, reason, when trying compile project in vs15 starts including eigen files empty except re-include of themselves.

any tips or ideas doing wrong?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -