Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] TensorFlow support #117

Open
BachiLi opened this issue Mar 17, 2020 · 1 comment
Open

[Windows] TensorFlow support #117

BachiLi opened this issue Mar 17, 2020 · 1 comment

Comments

@BachiLi
Copy link
Owner

BachiLi commented Mar 17, 2020

Compiling TensorFlow custom ops on Windows has been a disaster. A related resource:
https://github.com/tensorflow/custom-op/pull/41/files

Windows's TF pip package doesn't come with tensorflow_framework.dll. The custom-op people instead used a hack by linking _pywrap_tensorflow_internal.lib. I tried the same but then get stuck at compiling TensorFlow headers: I got a C4596 error complaining about a type_trait definition in tensorflow includes. I haven't figured out how to fix this without modifying tensorflow code.

@gard-n
Copy link

gard-n commented Aug 19, 2022

I have created a pull request for this problem and hope it can resolve the issues. #189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants