aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lookup
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-27 11:36:11 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-27 12:53:16 -0700
commitabefca5b71257cf38dfdcacac06152f045f06a13 (patch)
tree0218f23bdf1daae9ecd8f6b1e1bec3474b5d3c25 /tensorflow/contrib/lookup
parent7be3d9ee95e59f28126e3b9370fba738253fdc3b (diff)
Improve docstring.
Change: 154456077
Diffstat (limited to 'tensorflow/contrib/lookup')
-rw-r--r--tensorflow/contrib/lookup/lookup_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lookup/lookup_ops.py b/tensorflow/contrib/lookup/lookup_ops.py
index eec197782d..9dc7414cd0 100644
--- a/tensorflow/contrib/lookup/lookup_ops.py
+++ b/tensorflow/contrib/lookup/lookup_ops.py
@@ -882,7 +882,7 @@ def index_table_from_file(vocabulary_file=None,
name: A name for this op (optional).
Returns:
- The lookup table to map a string `Tensor` to index `int64` `Tensor`.
+ The lookup table to map a `key_dtype` `Tensor` to index `int64` `Tensor`.
Raises:
ValueError: If `vocabulary_file` is not set.