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

x86 and x64 support on Windows? #65

Closed
dbruning opened this issue Aug 21, 2021 · 4 comments
Closed

x86 and x64 support on Windows? #65

dbruning opened this issue Aug 21, 2021 · 4 comments

Comments

@dbruning
Copy link

It's not clear whether 32-bit apps (x86) are supported on Windows.
#35 says "Tensorflow only support 64-bit on Windows. It cannot be compiled into 32bit binary (for windows)."
#16 (older issue) says "The native binary is not checked into the Git repo. You will need to build it using the script at "platforms\windows\build_tf_x86_64.bat"."
... and those build scripts seem at first glance to support x86.

Can you clarify support for x86 please?

@emgucv
Copy link
Owner

emgucv commented Aug 23, 2021

Tensorflow do not support x86 on Windows. Only x64 is supported. For detail, you can track this tensorflow ticket here:
tensorflow/tensorflow#32315

@dbruning
Copy link
Author

Great, thanks for that clarification. Does the same apply to TF Lite?

@emgucv
Copy link
Owner

emgucv commented Aug 24, 2021

Correct. For Windows, TF Lite only support x64, it do not support x86.

@emgucv
Copy link
Owner

emgucv commented Nov 20, 2021

Closing ticket now.

@emgucv emgucv closed this as completed Nov 20, 2021
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