aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/variable_scope.py
Commit message (Expand)AuthorAge
* Moves the creation of regularizer ops in get_variable out of surrounding cont...Gravatar A. Unique TensorFlower2018-10-01
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Update logic used in get_variable to populate custom_getter's kwargs.Gravatar A. Unique TensorFlower2018-09-27
* Fix documentation of variable constraint, aggregation, synchronization.Gravatar A. Unique TensorFlower2018-08-30
* Missing space in line-broken exception string caused grammatical error ("...i...Gravatar A. Unique TensorFlower2018-08-29
* tf.enable_resource_variables / tf.disable_resource_variablesGravatar Alexandre Passos2018-08-22
* Fix error when using `colocate_with` function with DistributionStrategy.Gravatar Anjali Sridhar2018-08-17
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Automated rollback of commit 0c98648e9a8722344bf8445ae46b1dff507b4859Gravatar A. Unique TensorFlower2018-08-14
* Fix error when using `colocate_with` function with DistributionStrategy.Gravatar Anjali Sridhar2018-08-14
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Merges variable_scope.variable and tf.VariableGravatar Alexandre Passos2018-07-19
* Allows constructing resource variables from tf.Variable.Gravatar Alexandre Passos2018-07-18
* Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* Small fixes in VariableSynchrinization and VariableAggregation change.Gravatar Pavithra Vijay2018-07-02
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Clarify reuse documentation in variable_scope and eager.Gravatar Alexandre Passos2018-06-14
* Add stored eager variables to graph collections.Gravatar Tom Hennigan2018-06-04
* Add a subclassed Model's attribute-assigned variables to Model.weights et alGravatar Allen Lavoie2018-05-30
* Improving variable_scope documentation.Gravatar Alexandre Passos2018-05-16
* Allow zero initializer by default for string variables (no reason not to)Gravatar Alexandre Passos2018-05-11
* Move fn_args utility into core TensorFlow from Estimator.Gravatar Michael Case2018-05-11
* Fix tf.variable_scope unique name after entering root scopeGravatar Mostafa Alaa2018-05-02
* In `get_variable`, nest the choice to use `ResourceVariable` under anGravatar Akshay Agrawal2018-04-10
* Iterate over a copy of dictionary keys when closing variable subscopes. Other...Gravatar Priya Gupta2018-04-04
* Make variable scope and scope counts local to current thread so that they wor...Gravatar Priya Gupta2018-03-20
* Change the way we get argument list for get_local_variable. Current documenta...Gravatar Anna R2018-03-13
* Add test for API generated with tf_export calls to api_compatibility_test.py.Gravatar Anna R2018-03-13
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Make variable creator scope thread local (always).Gravatar Priya Gupta2018-03-05
* Replace instances of `control_dependencies(None)` with `init_scope` whenGravatar Akshay Agrawal2018-01-25
* Add copy method to EagerVariableStore.Gravatar A. Unique TensorFlower2018-01-24
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* 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
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Add non_trainable_variables property to EagerVariableStore.Gravatar Sergio Guadarrama2017-11-27
* Allow creating contrib.framework.local_variable that use_resource.Gravatar Sergio Guadarrama2017-11-21
* Do not change the default graph in variable_scope when building a function.Gravatar Akshay Agrawal2017-11-16
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-15
* EagerVariableStore.trainable_variables()Gravatar Alexandre Passos2017-11-10
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* EagerVariableStore, for compatibility with functional layers.Gravatar Alexandre Passos2017-10-30
* Disables storing variables in the default variable store for eager.Gravatar Alexandre Passos2017-10-24