From 4a85634d93ca2f51233bf99cbbdb09eaabdb0fab Mon Sep 17 00:00:00 2001 From: Srihari Humbarwadi <sriharihumbarwadi97@gmail.com> Date: Mon, 18 Nov 2019 23:33:03 +0530 Subject: [PATCH] Update loader_impl.py --- tensorflow/python/saved_model/loader_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/saved_model/loader_impl.py b/tensorflow/python/saved_model/loader_impl.py index a46d24ce825..2df2bea428e 100644 --- a/tensorflow/python/saved_model/loader_impl.py +++ b/tensorflow/python/saved_model/loader_impl.py @@ -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: