aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lookup/lookup_ops_test.py
Commit message (Expand)AuthorAge
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
* [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Object-based checkpointing+eager support for mutable hash tablesGravatar Allen Lavoie2018-08-20
* [tf.contrib.lookup] More cleanups and add some simple benchmarks.Gravatar Eugene Brevdo2018-08-15
* [tf.contrib.lookup] Clean up shape inference for lookup ops.Gravatar Eugene Brevdo2018-08-13
* Imported from GitHub PR #20884Gravatar A. Unique TensorFlower2018-07-19
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Fixes eager safety problems with tf.contrib.lookupGravatar Alexandre Passos2018-06-06
* Implement exporting the keys/values in a hash table.Gravatar A. Unique TensorFlower2018-04-23
* Improves the eager compatibility with tf.contrib.lookup.Gravatar Alexandre Passos2018-01-16
* Support ref types as arguments to all instances of tf.contrib.lookup.LookupIn...Gravatar RJ Ryan2018-01-14
* Add only string constants to ASSET_FILEPATHS collection.Gravatar David Soergel2017-06-06
* Fix index_table_from_file to allow vocabulary_file be a TensorGravatar A. Unique TensorFlower2017-06-01
* Organize the lookup table ops into it's own lookup_ops.cc file instead of dat...Gravatar Yutaka Leon2017-05-04
* Support int64 to float mapping in MutableHashTableGravatar A. Unique TensorFlower2017-03-23
* Automated rollback of change 150006782Gravatar A. Unique TensorFlower2017-03-14
* Change public fns to support non-tensor inputs.Gravatar A. Unique TensorFlower2017-03-13
* Support integer sparse feature values.Gravatar A. Unique TensorFlower2017-03-10
* Adding support for int64->bool mapping in MutableDenseHashTableGravatar Rohan Jain2017-03-08
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Add tf.tables_initializer as a replacement for tf.initialize_all_tables, andGravatar A. Unique TensorFlower2017-01-15
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Add int64->float64 support to MutableDenseHashTableGravatar A. Unique TensorFlower2016-12-16
* 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
* Add IdTableWithHashBuckets to assign out-of-vocabulary hash buckets for terms...Gravatar Yutaka Leon2016-12-08
* Fixing a bug in the MutableDenseHashTable implementation where the difference...Gravatar Rohan Jain2016-11-16
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Fix race conditions in tests due to using same folders for saver.Gravatar Gunhan Gulsoy2016-11-01
* Add remaining features to MutableDenseHashTable:Gravatar A. Unique TensorFlower2016-10-18
* Add initial version of MutableDenseHashTable that is implemented usingGravatar A. Unique TensorFlower2016-10-10
* Add an option to have LookupTableOp share the table using the node name.Gravatar A. Unique TensorFlower2016-08-23
* Change Saver to support checkpointing ops other than Variables.Gravatar A. Unique TensorFlower2016-08-10
* Add a variant of mutable hash table that supports tensors as values.Gravatar A. Unique TensorFlower2016-06-26
* 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
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* 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