API Documentation  |  TensorFlow v2.16.1 (original) (raw)

API Documentation

Stay organized with collections Save and categorize content based on your preferences.

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 other language APIs may be easier to integrate into projects and may offer some performance advantages in graph execution.

A word of caution: the APIs in languages other than Python are not yet covered by the API stability promises.

We encourage the community to develop and maintain support for other languages with theapproach recommended by the TensorFlow maintainers. For example, see the bindings for:

We also provide the C++ API reference for TensorFlow Serving:

There are also some archived or unsupported language bindings:

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.

Last updated 2024-09-30 UTC.