From 3c285e206e4f5c7e8cbd30cf058d6d13a40e8cfd Mon Sep 17 00:00:00 2001 From: Xiaoquan Kong Date: Thu, 12 Mar 2020 16:30:45 +0800 Subject: [PATCH] docs: update doc for tf.python.tools.saved_model_utils --- tensorflow/python/tools/saved_model_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/tools/saved_model_utils.py b/tensorflow/python/tools/saved_model_utils.py index c5c168c1d27..b88ecb5ead0 100644 --- a/tensorflow/python/tools/saved_model_utils.py +++ b/tensorflow/python/tools/saved_model_utils.py @@ -29,7 +29,7 @@ from tensorflow.python.util import compat def read_saved_model(saved_model_dir): - """Reads the savedmodel.pb or savedmodel.pbtxt file containing `SavedModel`. + """Reads the saved_model.pb or saved_model.pbtxt file containing `SavedModel`. Args: saved_model_dir: Directory containing the SavedModel file.