aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Mustafa Ispir <ispir@google.com>2018-08-20 09:42:38 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-20 09:48:29 -0700
commitff2333f3ff3be46a38f1cfe64ba9502132d20357 (patch)
tree379a77f070f1bbe6bafa564ce46896283307a3d6 /tensorflow/docs_src
parentfd8df1ce215db6a19fc1623ba2b039781fd1458f (diff)
Explicitly states that 'experimental' is experimental :-)
PiperOrigin-RevId: 209432898
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.