aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/nest_test.py
Commit message (Expand)AuthorAge
* Added nest support for attr.s decorated classes.Gravatar A. Unique TensorFlower2018-09-27
* [TF nest] Better error messages showing full structures on assert_same_structureGravatar Eugene Brevdo2018-09-21
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Fix custom mapping comparisons in the nest utilityGravatar Allen Lavoie2018-08-01
* Add map_structure_with_paths to util.nest.Gravatar A. Unique TensorFlower2018-07-31
* Add support for custom mapping types to util.nestGravatar Allen Lavoie2018-07-24
* Implement assert_same_structure in C++Gravatar Igor Ganichev2018-03-28
* Make namedtuples with identical name and field names to be considered as the ...Gravatar A. Unique TensorFlower2018-02-06
* Fix nest bug with different dictionary key orderings.Gravatar A. Unique TensorFlower2018-02-01
* Make namedtuples with identical name and field names to be considered as the ...Gravatar Frank Perbet2018-01-23
* [tf nest] Add additional key yielder.Gravatar Eugene Brevdo2017-12-20
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Bugfix to DropoutWrapper: never drop out the "c" (memory) of an LSTMStateTuple.Gravatar Eugene Brevdo2017-08-22
* Document dict ordering in nest and make it consistent with sonnet.Gravatar A. Unique TensorFlower2017-08-03
* flatten_up_to should return values, not keysGravatar A. Unique TensorFlower2017-08-01
* Nest: Raise exceptions with more readable messagesGravatar A. Unique TensorFlower2017-07-13
* Repair Python3 test for support for flattening dicts in tensorflow nest utili...Gravatar A. Unique TensorFlower2017-07-05
* Add support for flattening dicts in tensorflow nest utilities.Gravatar A. Unique TensorFlower2017-07-05
* Adding check_types option to nest's assert_same_structure, map_structure and ...Gravatar A. Unique TensorFlower2017-04-03
* Add utilities that deal with shallow structures.Gravatar Adria Puigdomenech2017-01-21
* Add nest.map_structure.Gravatar Eugene Brevdo2017-01-12
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Automated rollback of change 127366296Gravatar Eugene Brevdo2016-07-14
* Automated rollback of change 127259950Gravatar Vijay Vasudevan2016-07-13
* Clean up rnn nesting code and add raw_rnn method.Gravatar Eugene Brevdo2016-07-12
* Add support for multi-arity inputs & outputs to map_fn and scan.Gravatar Eugene Brevdo2016-07-01
* Add assert_same_structure function to util/nest.Gravatar Adria Puigdomenech2016-06-21
* Adapt session.run to support arbitrarily nested structures.Gravatar Adria Puigdomenech2016-06-15
* Move nest utilities to util.Gravatar Adria Puigdomenech2016-06-15