arnaldog12 / Tensorflow-Build-MT

a repository to help building tensorflow with /MT (static library)
18 stars 7 forks source link

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!