Fix a typo in docstring for index_table_from_tensor.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 16 Mar 2018 15:59:02 +0000 (08:59 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 16 Mar 2018 16:03:12 +0000 (09:03 -0700)
PiperOrigin-RevId: 189345585

tensorflow/contrib/lookup/lookup_ops.py

index 62f1c81..a57a1e5 100644 (file)
@@ -105,7 +105,7 @@ def index_table_from_tensor(mapping,
   ...
   tf.tables_initializer().run()
 
-  ids.eval()  ==> [0, 1, 4, 2]
+  ids.eval()  ==> [0, 1, 3, 2]
   ```
 
   Args: