Update loader_impl.py

This commit is contained in:
Srihari Humbarwadi 2019-11-18 23:33:03 +05:30 committed by GitHub
parent 3193ce82bb
commit 4a85634d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ def _get_main_op_tensor(
Args:
meta_graph_def_to_load: The meta graph def from the SavedModel to be loaded.
init_op_key: name of collection to check; should be one of MAIN_OP_KEY
init_op_key: name of the collection to check; should be one of MAIN_OP_KEY
or the deprecated LEGACY_INIT_OP_KEY
Returns: