aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/lookup_ops.py
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Fix documentation in some lookup_ops and add eager test.Gravatar Yutaka Leon2018-09-24
* Changing KeyValueTensorInitializer to be more general.Gravatar A. Unique TensorFlower2018-08-24
* 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
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Sanitize formatting in IdTableWithHashBuckets doc comment.Gravatar Max Galkin2017-12-04
* Exposes the table_ref in IdTableWithHashBuckets.Gravatar A. Unique TensorFlower2017-11-27
* Added support for multi-column vocabs to the int-to-string lookup API.Gravatar A. Unique TensorFlower2017-11-14
* Added support for multi-column vocab files to tf.contrib.lookup.index_table_f...Gravatar A. Unique TensorFlower2017-11-14
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Improve invalid size vocab ValueError by appending the vocab file.Gravatar A. Unique TensorFlower2017-10-08
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Fixes comment in lookup_ops.py referencing previous contrib location.Gravatar A. Unique TensorFlower2017-08-20
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Fix off-by-one error in oov bucket docstringGravatar A. Unique TensorFlower2017-06-20
* 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
* Add initial read-only lookup table ops into core that uses the V2 kernels.Gravatar Yutaka Leon2017-05-10
* Organize the lookup table ops into it's own lookup_ops.cc file instead of dat...Gravatar Yutaka Leon2017-05-04