aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/guide/version_compat.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/docs_src/guide/version_compat.md b/tensorflow/docs_src/guide/version_compat.md
index 882f2a3806..de93d225e3 100644
--- a/tensorflow/docs_src/guide/version_compat.md
+++ b/tensorflow/docs_src/guide/version_compat.md
@@ -38,6 +38,9 @@ patch versions. The public APIs consist of
`tensorflow` module and its submodules, except for
* functions and classes in `tf.contrib`
* functions and classes whose names start with `_` (as these are private)
+ * functions, arguments, properties and classes whose name starts with
+ `experimental`, or whose fully qualified name includes a module called
+ `experimental`
Note that the code in the `examples/` and `tools/` directories is not
reachable through the `tensorflow` Python module and is thus not covered by
the compatibility guarantee.