aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/lookup_table_op.h
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Do not CHECK-fail in the LookupTableOp destructor.Gravatar Derek Murray2018-08-18
* Implement exporting the keys/values in a hash table.Gravatar A. Unique TensorFlower2018-04-23
* Add int64 to Variant mutable hash table variants.Gravatar A. Unique TensorFlower2018-04-02
* Avoid reading the input file twice for InitializableLookupTable in combinatio...Gravatar A. Unique TensorFlower2018-03-27
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Properly track the persistent memory usage of lookup tables.Gravatar Benoit Steiner2017-05-02
* 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
* Tracking lookup table memory usage.Gravatar Yuefeng Zhou2017-03-02
* 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
* Add a variant of mutable hash table that supports tensors as values.Gravatar A. Unique TensorFlower2016-06-26
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-07
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06