Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.25 KB

File metadata and controls

36 lines (28 loc) · 1.25 KB

Roadmap

Last updated: April 12, 2016

TensorFlow is a fast moving project. In order for the community to better understand what the near future will bring, this document shares what we are working on internally. Many of these features were requested by the community, and we welcome contributions.

The features on this list are targeted for the next few months. At this point, we do not have timelines for these features.

Improve support for C++ only users

  • Graph construction
  • Gradients
  • Shape Inference

Making TensorFlow easier to use

  • Higher level APIs (for instance, layers)

Performance

  • Speed and memory benchmarks
  • Performance and memory usage improvements

Core Features

  • Repeated partial graph evaluation (#672)

Platforms

  • iOS support (#16)
  • OpenCL support (#22)
  • Windows support (#17)
  • MacOS GPU support

Community

  • Integration with other machine learning frameworks
  • Better installation support; support for package managers