aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/lookup_table_op.cc
Commit message (Expand)AuthorAge
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
* [TF lookup] Read-only ops acquire a shared lock instead of an exclusive lock.Gravatar Eugene Brevdo2018-09-07
* Merge pull request #20114 from formath:hash_table_more_typesGravatar TensorFlower Gardener2018-08-14
|\
| * int64_2_stringGravatar formath2018-08-14
| * rm some typesGravatar formath2018-08-14
* | [tf.contrib.lookup] Clean up shape inference for lookup ops.Gravatar Eugene Brevdo2018-08-13
| * readd some typesGravatar formath2018-07-31
| * readd some typesGravatar formath2018-07-31
* | Imported from GitHub PR #20884Gravatar A. Unique TensorFlower2018-07-19
| * rm some typesGravatar formath2018-07-18
| * register orderGravatar formath2018-06-20
| * hash table more typesGravatar formath2018-06-19
|/
* Add int64 to Variant mutable hash table variants.Gravatar A. Unique TensorFlower2018-04-02
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Adds a int32 to int32 HashTable mapping.Gravatar A. Unique TensorFlower2017-12-06
* Add methods RemoveLastDims and RemoveDimRange to TensorShape. Apart from the ...Gravatar A. Unique TensorFlower2017-09-20
* Implemented MemoryUsed function for hash tables.Gravatar Yuefeng Zhou2017-07-25
* Allow HashTableOP to map int64 to float.Gravatar A. Unique TensorFlower2017-07-12
* LookupTable ops go to V2, use resource handles.Gravatar Eugene Brevdo2017-05-01
* Move HashTable and Table initializer from file to the header so they can be u...Gravatar Yutaka Leon2017-04-12
* Support int64 to float mapping in MutableHashTableGravatar A. Unique TensorFlower2017-03-23
* Adding support for int64->bool mapping in MutableDenseHashTableGravatar Rohan Jain2017-03-08
* Tracking lookup table memory usage.Gravatar Yuefeng Zhou2017-03-02
* Allow lookup_table_ops to have bools as values.Gravatar A. Unique TensorFlower2017-02-05
* Allow HashTableOP to map int64 to int64.Gravatar Yutaka Leon2017-01-19
* Add int64->float64 support to MutableDenseHashTableGravatar A. Unique TensorFlower2016-12-16
* Allow HashTable op support string to string mapping.Gravatar Yutaka Leon2016-12-07
* Support additional types for HashTable kernel.Gravatar Wei Ho2016-12-02
* Fixing a bug in the MutableDenseHashTable implementation where the difference...Gravatar Rohan Jain2016-11-16
* 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
* 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
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add memory fences to ensure that the reader's deliberate racy use ofGravatar David G. Andersen2016-03-28
* Ensure that keys and values, in HashTable::Insert, are validated in the face ...Gravatar Yutaka Leon2016-03-15
* Ensure that keys, in HashTable::Find, are validated in the face of asynchronousGravatar Yutaka Leon2016-03-15
* Ensure the table size is returned only when the table is initialized.Gravatar Yutaka Leon2016-03-14
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes to git (doc fixes).Gravatar Vijay Vasudevan2015-11-10
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06