From: A. Unique TensorFlower Date: Wed, 21 Mar 2018 01:45:17 +0000 (-0700) Subject: Minor documentation fix X-Git-Tag: tflite-v0.1.7~140^2^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03b742c7edd04d18ef0b1bdd5539fd543fe34c4a;p=platform%2Fupstream%2Ftensorflow.git Minor documentation fix PiperOrigin-RevId: 189848838 --- diff --git a/tensorflow/python/training/saver.py b/tensorflow/python/training/saver.py index 5f68eec..5ef8bd9 100644 --- a/tensorflow/python/training/saver.py +++ b/tensorflow/python/training/saver.py @@ -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