aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lookup
Commit message (Expand)AuthorAge
...
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Fix lookup ops documentation to use correct function names for index_to_strin...Gravatar A. Unique TensorFlower2017-02-01
* 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 missing numpy and six depsGravatar Justine Tunney2016-12-28
* Add int64->float64 support to MutableDenseHashTableGravatar A. Unique TensorFlower2016-12-16
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* 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
* Minor updates in lookup table names scopes.Gravatar Yutaka Leon2016-12-06
* Force fix documentation causing open source blocks.Gravatar Andrew Selle2016-12-06
* Support additional types for HashTable kernel.Gravatar Wei Ho2016-12-02
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Fixing a bug in the MutableDenseHashTable implementation where the difference...Gravatar Rohan Jain2016-11-16
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* 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
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* 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
* Add BUILD files to opensource tree.Gravatar Martin Wicke2016-04-08
* Merge changes from github.Gravatar Vijay Vasudevan2016-03-29
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Move Relu Op declarations into relu_op.h.Gravatar A. Unique TensorFlower2016-03-16
* Another bugfix in run_and_gather_logs.Gravatar Eugene Brevdo2016-03-16
* 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