aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.graph_editor.sgv.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.graph_editor.sgv.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.graph_editor.sgv.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.graph_editor.sgv.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.graph_editor.sgv.md
deleted file mode 100644
index 80805e574f..0000000000
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.graph_editor.sgv.md
+++ /dev/null
@@ -1,25 +0,0 @@
-### `tf.contrib.graph_editor.sgv(*args, **kwargs)` {#sgv}
-
-Create a SubGraphView from selected operations and passthrough tensors.
-
-##### Args:
-
-
-* <b>`*args`</b>: list of 1) regular expressions (compiled or not) or 2) (array of)
- `tf.Operation` 3) (array of) `tf.Tensor`. Those objects will be converted
- into a list of operations and a list of candidate for passthrough tensors.
-* <b>`**kwargs`</b>: keyword graph is used 1) to check that the ops and ts are from
- the correct graph 2) for regular expression query
-
-##### Returns:
-
- A subgraph view.
-
-##### Raises:
-
-
-* <b>`TypeError`</b>: if the optional keyword argument graph is not a `tf.Graph`
- or if an argument in args is not an (array of) `tf.Tensor`
- or an (array of) `tf.Operation` or a string or a regular expression.
-* <b>`ValueError`</b>: if one of the keyword arguments is unexpected.
-