Tensorflow-Build-MT
Tensorflow-Build-MT copied to clipboard
a repository to help building tensorflow with /MT (static library)
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 |
| 1.7 | In Progress | In Progress | In Progress |
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!
If this repo helped you somehow, please consider...