aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/variable_scope_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Fix documentation of variable constraint, aggregation, synchronization.Gravatar A. Unique TensorFlower2018-08-30
* tf.enable_resource_variables / tf.disable_resource_variablesGravatar Alexandre Passos2018-08-22
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Add stored eager variables to graph collections.Gravatar Tom Hennigan2018-06-04
* Allow zero initializer by default for string variables (no reason not to)Gravatar Alexandre Passos2018-05-11
* In `get_variable`, nest the choice to use `ResourceVariable` under anGravatar Akshay Agrawal2018-04-10
* Make variable scope and scope counts local to current thread so that they wor...Gravatar Priya Gupta2018-03-20
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Add copy method to EagerVariableStore.Gravatar A. Unique TensorFlower2018-01-24
* Allowing custom creators for variable_scope.variable()Gravatar Alexandre Passos2018-01-22
* Exit previously entered sub-context-managers whenever any __enter__() callGravatar A. Unique TensorFlower2018-01-16
* Support nesting EagerTemplate objects.Gravatar Akshay Agrawal2018-01-10
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Treat integer default initializers like floating point ones.Gravatar Alexandre Passos2017-12-04
* Add non_trainable_variables property to EagerVariableStore.Gravatar Sergio Guadarrama2017-11-27
* EagerVariableStore.trainable_variables()Gravatar Alexandre Passos2017-11-10
* Avoid uncollectable cycles with a separate deleter object for resources.Gravatar Allen Lavoie2017-10-30
* Disables storing variables in the default variable store for eager.Gravatar Alexandre Passos2017-10-24
* Eager reuse story is False instead of AUTO_REUSE.Gravatar Alexandre Passos2017-10-24
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* When Eager Execution is enabled, TensorFlow now no longer relies on global co...Gravatar Ali Yahya2017-09-14
* Modified variable scopes to work with Eager mode.Gravatar Ali Yahya2017-08-29
* Adds AUTO_REUSE as a reuse mode to variable scopes. This mode modifies the be...Gravatar Ali Yahya2017-08-17
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Add VariableScope.local_variables().Gravatar A. Unique TensorFlower2017-08-10
* Add `constraint` argument (post-update projection function) to all variable c...Gravatar Francois Chollet2017-08-04
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* Add a test documenting custom_getter behaviour when reuse=True.Gravatar Lukasz Kaiser2017-03-26
* Fix lint issues introduced by my pull from GitHub.Gravatar Dandelion Mané2017-03-13
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* VariableScope custom_getters now nest: a child VS with a new custom_getter willGravatar Eugene Brevdo2017-03-01
* When reuse is False in variable_scope, treat is as None (inherit from parent).Gravatar Lukasz Kaiser2017-02-28
* Enables all optimizers for dense resource variables.Gravatar A. Unique TensorFlower2017-01-27
* Expose ResourceVariable from variable_scope.Gravatar A. Unique TensorFlower2017-01-25
* Default naming of scopes should continue, not reset, after jumps to reused sc...Gravatar Lukasz Kaiser2017-01-14
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Fix variable_scope.get_variable to ignore partitioner for scalar variables.Gravatar A. Unique TensorFlower2016-12-05
* Minor headers fixes.Gravatar A. Unique TensorFlower2016-11-21
* Removes the _ref dtypes from the public list.Gravatar A. Unique TensorFlower2016-11-15
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Fix shape function for the Variable op.Gravatar Asim Shankar2016-10-25
* Sets variable's shape as early as possible.Gravatar A. Unique TensorFlower2016-10-07