Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 756 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 756 Bytes

How to build Tensorflow on Windows with /MT

This repository helps others who aim to build Tensorflow as a static library (/MT) from source and incorporate it into an empty Visual Studio Project.

Each folder in this repo contains instructions for building a specific TensorFlow version.

Build Status

version CPU GPU Android
1.4 Succeed Succeed Succeed

Contributing

If you find any trouble about building a specif version, please open an issue! Your problem may help others.

If you have already built any Tensorflow version from source (with /MT option, of course) which is not in this repo, please submit a pull request!