aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-04-06 21:38:38 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-04-06 22:41:20 -0700
commit0bc795807e4d186e5ff66e216d64f5b99bca8dd9 (patch)
treeef8b4263d94e9400b1c8c8ccb4d808c8ca1111f5
parent9cc7cf63ae3f7cd38c3bd7b7aac77aa99c7e1951 (diff)
Update generated Python Op docs.
Change: 119237059
-rw-r--r--tensorflow/g3doc/api_docs/python/framework.md26
-rw-r--r--tensorflow/g3doc/api_docs/python/index.md1
2 files changed, 0 insertions, 27 deletions
diff --git a/tensorflow/g3doc/api_docs/python/framework.md b/tensorflow/g3doc/api_docs/python/framework.md
index c13c25d0e6..20ae441f3c 100644
--- a/tensorflow/g3doc/api_docs/python/framework.md
+++ b/tensorflow/g3doc/api_docs/python/framework.md
@@ -1707,32 +1707,6 @@ protocol buffer, and extract individual objects in the `GraphDef` as
- - -
-### `tf.load_file_system_library(library_filename)` {#load_file_system_library}
-
-Loads a TensorFlow plugin, containing file system implementation.
-
-Pass `library_filename` to a platform-specific mechanism for dynamically
-loading a library. The rules for determining the exact location of the
-library are platform-specific and are not documented here.
-
-##### Args:
-
-
-* <b>`library_filename`</b>: Path to the plugin.
- Relative or absolute filesystem path to a dynamic library file.
-
-##### Returns:
-
- None.
-
-##### Raises:
-
-
-* <b>`RuntimeError`</b>: when unable to load the library.
-
-
-- - -
-
### `tf.load_op_library(library_filename)` {#load_op_library}
Loads a TensorFlow plugin, containing custom ops and kernels.
diff --git a/tensorflow/g3doc/api_docs/python/index.md b/tensorflow/g3doc/api_docs/python/index.md
index 6a98f758a6..947170964b 100644
--- a/tensorflow/g3doc/api_docs/python/index.md
+++ b/tensorflow/g3doc/api_docs/python/index.md
@@ -19,7 +19,6 @@
* [`Graph`](../../api_docs/python/framework.md#Graph)
* [`GraphKeys`](../../api_docs/python/framework.md#GraphKeys)
* [`import_graph_def`](../../api_docs/python/framework.md#import_graph_def)
- * [`load_file_system_library`](../../api_docs/python/framework.md#load_file_system_library)
* [`load_op_library`](../../api_docs/python/framework.md#load_op_library)
* [`name_scope`](../../api_docs/python/framework.md#name_scope)
* [`NoGradient`](../../api_docs/python/framework.md#NoGradient)