aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/saved_model
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-16 14:03:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-18 10:45:01 -0800
commitcdf7b94b9aee89812d55cc477bdcad1ff36c02fb (patch)
tree46b8c4bc3d74ddf7f2916a36799d4ac621acf294 /tensorflow/python/saved_model
parent9383f0b4dd7d06cd4a54f8e4df07182a90530690 (diff)
nit: it's --> its
PiperOrigin-RevId: 179309732
Diffstat (limited to 'tensorflow/python/saved_model')
-rw-r--r--tensorflow/python/saved_model/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/saved_model/README.md b/tensorflow/python/saved_model/README.md
index 8213e52ce9..8c78013ffd 100644
--- a/tensorflow/python/saved_model/README.md
+++ b/tensorflow/python/saved_model/README.md
@@ -93,7 +93,7 @@ with an asset of the same name, only the first version is retained.
Each meta graph added to the SavedModel must be annotated with user specified
tags. The tags provide a means to identify the specific meta graph to load and
restore, along with the shared set of variables and assets. These tags
-typically annotate a MetaGraph with it's functionality (e.g. serving or
+typically annotate a MetaGraph with its functionality (e.g. serving or
training), and possibly hardware specific aspects such as GPU.
#### Usage