From ff2333f3ff3be46a38f1cfe64ba9502132d20357 Mon Sep 17 00:00:00 2001 From: Mustafa Ispir Date: Mon, 20 Aug 2018 09:42:38 -0700 Subject: Explicitly states that 'experimental' is experimental :-) PiperOrigin-RevId: 209432898 --- tensorflow/docs_src/guide/version_compat.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tensorflow/docs_src') 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. -- cgit v1.2.3