aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework/python
Commit message (Expand)AuthorAge
...
* Automated g4 rollback of changelist 180738639Gravatar Eugene Brevdo2018-01-03
* Automated g4 rollback of changelist 180733901Gravatar A. Unique TensorFlower2018-01-03
* Add critical section resource and op that allows execution within the criticalGravatar Eugene Brevdo2018-01-03
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Delete trailing whitespace in Python codeGravatar A. Unique TensorFlower2017-11-27
* Allow creating contrib.framework.local_variable that use_resource.Gravatar Sergio Guadarrama2017-11-21
* Update fuse_op to eliminate duplicate nodes being created in the graphGravatar A. Unique TensorFlower2017-11-16
* Create a routine that can collapse a subgraph into a fused opGravatar A. Unique TensorFlower2017-11-06
* Add tf.contrib.framework.sort, wrapping tf.nn.top_k (#288).Gravatar Dan Ringwalt2017-11-04
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Make 'collections' a list, as documented and expected by downstream custom ge...Gravatar A. Unique TensorFlower2017-11-01
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Expose tf.contrib.framework.current_arg_scope()Gravatar A. Unique TensorFlower2017-10-20
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Move most of checkpoint_ops and tests from contrib to core (private in core w...Gravatar A. Unique TensorFlower2017-08-30
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Move two ops (GenerateVocabRemapping and LoadAndRemapMatrix) and their kernel...Gravatar A. Unique TensorFlower2017-08-23
* Merge changes from github.Gravatar Andrew Harp2017-08-21
* Correct docstring for tf.contrib.framework.with_same_shape().Gravatar Thomas Schumm2017-08-17
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Speech keyword detector tutorialGravatar Pete Warden2017-08-11
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Added an option for ignoring missing variables in assign_from_checkpoint, sim...Gravatar A. Unique TensorFlower2017-06-20
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Switch back to max_num_rows_to_load instead of reading slice by slice due to ...Gravatar Wei Ho2017-06-07
* Fix to remove TF op usage outside of the initializer fn (due to deferred exec...Gravatar Wei Ho2017-05-31
* Adding a slot / accumulator warmstart initializer that overrides the provided...Gravatar A. Unique TensorFlower2017-05-30
* Post-open-sourcing shufflings of load matrix ops.Gravatar Wei Ho2017-05-25
* Open-source ops to load and remap matrix (2-D) tensors. (Used for loading/rem...Gravatar Wei Ho2017-05-25
* Make nest submodule visible under contrib/framework.Gravatar A. Unique TensorFlower2017-05-23
* Bug fix to checkpoint_utils.init_from_checkpoint().Gravatar A. Unique TensorFlower2017-04-25
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* Expose `get_name_scope` and fix example docstring.Gravatar A. Unique TensorFlower2017-04-17
* Add utility to get current name scope in tf.contrib.framework.Gravatar A. Unique TensorFlower2017-04-17
* Makes calls to variables.Variable resource-safe.Gravatar Alexandre Passos2017-04-17
* Move some asserts and other code from contrib.framework to core.Gravatar Eugene Brevdo2017-03-29
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
* Adds a deprecated comment for contrib create_global_stepGravatar Jianwei Xie2017-03-15
* Fixes the treatment of collections=[] to be consistent with the documentation...Gravatar A. Unique TensorFlower2017-03-06
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Move Global step creator utilities from contrib to training_util.Gravatar Mustafa Ispir2017-02-21
* Avoid creating a tf.Saver() when there are no variables to restore.Gravatar Sergio Guadarrama2017-02-17
* Pass reuse correctly in the forest of custom getters in contrib-layers.Gravatar Lukasz Kaiser2017-02-15
* Adding get_var_full_name(): Returns the full name of a variable.Gravatar A. Unique TensorFlower2017-02-10
* Add convenience function `get_trainable_variables`.Gravatar A. Unique TensorFlower2017-02-08
* Added support for PartitionedVariables to assign_from_checkpoint().Gravatar A. Unique TensorFlower2017-02-02