aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lookup/__init__.py
Commit message (Expand)AuthorAge
* Update head.py (#12516)Gravatar Alan Yee2017-08-23
* Move back lookup_ops from feature_column/ to contrib/lookup/ since they are u...Gravatar Yutaka Leon2017-05-11
* Add `categorical_column_with_vocabulary_file`.Gravatar A. Unique TensorFlower2017-05-04
* Support integer sparse feature values.Gravatar A. Unique TensorFlower2017-03-10
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Added index_to_string_table which returns a lookup table that maps indices to...Gravatar Yutaka Leon2016-12-13
* Add string_to_index_table, which returns a lookup table that matches strings ...Gravatar Yutaka Leon2016-12-12
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Add MutableHashTable and LookupTableInsertOp.Gravatar A. Unique TensorFlower2016-06-17
* Add lookup table initializer from text file.Gravatar Yutaka Leon2016-06-16
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Add tf.contrib.lookup.string_to_index and tf.contrib.lookup.index_to_string t...Gravatar Yutaka Leon2016-03-16
* - Add a generic immutable hash table op that is initialized once and used to ...Gravatar Yutaka Leon2016-03-16