aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/template_test.py
Commit message (Expand)AuthorAge
* Fix variable tracking for Templates assigned to subclassed Model attributesGravatar Allen Lavoie2018-08-17
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Checkpointable: Make Templates CheckpointableGravatar Allen Lavoie2018-03-01
* Fixes issue with tfe.make_template when function objects don't have namesGravatar Alexandre Passos2018-02-09
* Internal API to optionally compile a template's function into a graph function.Gravatar Akshay Agrawal2018-01-16
* Support nesting EagerTemplate objects.Gravatar Akshay Agrawal2018-01-10
* Fix bug in template_test's test_nested_templates method.Gravatar Akshay Agrawal2018-01-08
* Add non_trainable_variables to templates.Gravatar Sergio Guadarrama2017-11-28
* python3 fixesGravatar Alexandre Passos2017-11-14
* Make tf.make_template compatible with eager.Gravatar Sergio Guadarrama2017-11-14
* Expose trainable_variables and global_variables created by make_template.Gravatar Sergio Guadarrama2017-09-29
* Only change ._variables_created in template after inner function succeeds.Gravatar Malcolm Reynolds2017-03-31
* The first application of a template made with tf.make_template(create_scope_n...Gravatar A. Unique TensorFlower2017-03-01
* Replace the Template .var_scope property with .variable_scopeGravatar Malcolm Reynolds2016-12-21
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* changing zeros_initializer API to be like other callable initializersGravatar Olivia Nordquist2016-12-11
* Add optional custom_getter_ param to make_template().Gravatar Skye Wanderman-Milne2016-11-29
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Deprecate variable_op_scope by extending variable_scope and move callers to t...Gravatar Lukasz Kaiser2016-08-11
* Add a flag to make_template to prevent uniquifying of scope.Gravatar A. Unique TensorFlower2016-07-07
* Add the ability to get the var_scope of a Template as a property.Gravatar Malcolm Reynolds2016-06-16
* Improve the interaction between variable_scope and name_scope. (Also see #179...Gravatar Lukasz Kaiser2016-06-15
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add create_scope_now option to make_template.Gravatar A. Unique TensorFlower2016-05-20
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* TensorFlow: Upstream changes from git.Gravatar Vijay Vasudevan2015-12-09