From abefca5b71257cf38dfdcacac06152f045f06a13 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 27 Apr 2017 11:36:11 -0800 Subject: Improve docstring. Change: 154456077 --- tensorflow/contrib/lookup/lookup_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/contrib/lookup') 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. -- cgit v1.2.3