Closed dbruning closed 2 years ago
Tensorflow do not support x86 on Windows. Only x64 is supported. For detail, you can track this tensorflow ticket here: https://github.com/tensorflow/tensorflow/issues/32315
Great, thanks for that clarification. Does the same apply to TF Lite?
Correct. For Windows, TF Lite only support x64, it do not support x86.
Closing ticket now.
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?