Minor documentation fix
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 21 Mar 2018 01:45:17 +0000 (18:45 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 21 Mar 2018 01:47:57 +0000 (18:47 -0700)
PiperOrigin-RevId: 189848838

tensorflow/python/training/saver.py

index 5f68eec..5ef8bd9 100644 (file)
@@ -1969,7 +1969,7 @@ def export_meta_graph(filename=None,
     saver_def: `SaverDef` protocol buffer.
     collection_list: List of string keys to collect.
     as_text: If `True`, writes the `MetaGraphDef` as an ASCII proto.
-    graph: The `Graph` to import into. If `None`, use the default graph.
+    graph: The `Graph` to export. If `None`, use the default graph.
     export_scope: Optional `string`. Name scope under which to extract
       the subgraph. The scope name will be striped from the node definitions
       for easy import later into new name scopes. If `None`, the whole graph