W3cubDocs

/TensorFlow Guide

Extend

This section explains how developers can add functionality to TensorFlow's capabilities. Begin by reading the following architectural overview:

The following guides explain how to extend particular aspects of TensorFlow:

Python is currently the only language supported by TensorFlow's API stability promises. However, TensorFlow also provides functionality in C++, Go, Java and JavaScript, plus community support for Haskell and Rust. If you'd like to create or develop TensorFlow features in a language other than these languages, read the following guide:

To create tools compatible with TensorFlow's model format, read the following guide:

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/extend/