docs: update doc for tf.python.tools.saved_model_utils

This commit is contained in:
Xiaoquan Kong 2020-03-12 16:30:45 +08:00
parent 473d139b18
commit 3c285e206e

View File

@ -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.