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
Post a Comment