aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/index.md
blob: 7234bf45a8d679f079dedabaa8425633814b09d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Overview

TensorFlow has APIs available in several languages both for constructing and
executing a TensorFlow graph.  The Python API is at present the most complete
and the easiest to use, but the C++ API may offer some performance advantages
in graph execution, and supports deployment to small devices such as Android.

Over time, we hope that the TensorFlow community will develop front ends for
languages like Go, Java, Javascript, Lua R, and perhaps others. With SWIG, it's
relatively easy to contribute a TensorFlow interface to your favorite language.

Note: Many practical aspects of ssage are covered in the Mechanics tab, and
some additional documentation not specific to any particular language API is
available in the Resources tab.