aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/nest.py
Commit message (Expand)AuthorAge
* Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* 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
* Add a benchmark for forward+backward for defuns.Gravatar Akshay Modi2018-08-17
* 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
* Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* 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
* dynamic_rnn now supports TensorArray in the cell state.Gravatar A. Unique TensorFlower2017-11-22
* Implement nest.flatten in C++Gravatar Igor Ganichev2017-10-18
* Bugfix to DropoutWrapper: never drop out the "c" (memory) of an LSTMStateTuple.Gravatar Eugene Brevdo2017-08-22
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* 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
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Add support for flattening dicts in tensorflow nest utilities.Gravatar A. Unique TensorFlower2017-07-05
* Make nest submodule visible under contrib/framework.Gravatar A. Unique TensorFlower2017-05-23
* Added examples to the nest.py documentation.Gravatar A. Unique TensorFlower2017-04-18
* 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
* 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