mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Corrected comment: import_scoped_metagraph does not return a Saver.
PiperOrigin-RevId: 158082288
This commit is contained in:
parent
a58553e4db
commit
134138299e
|
|
@ -577,8 +577,8 @@ def import_scoped_meta_graph(meta_graph_or_file,
|
||||||
the argument is a file containing a `MetaGraphDef` protocol buffer ,
|
the argument is a file containing a `MetaGraphDef` protocol buffer ,
|
||||||
it constructs a protocol buffer from the file content. The function
|
it constructs a protocol buffer from the file content. The function
|
||||||
then adds all the nodes from the `graph_def` field to the
|
then adds all the nodes from the `graph_def` field to the
|
||||||
current graph, recreates the desired collections, and returns a saver
|
current graph, recreates the desired collections, and returns a dictionary of
|
||||||
constructed from the `saver_def` field.
|
all the Variables imported into the name scope.
|
||||||
|
|
||||||
In combination with `export_scoped_meta_graph()`, this function can be used to
|
In combination with `export_scoped_meta_graph()`, this function can be used to
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user