aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/variables.py
Commit message (Expand)AuthorAge
* Merge pull request #22473 from wangsiyu:assign_in_part_varsGravatar TensorFlower Gardener2018-10-01
|\
| * remove slashGravatar wangsiyu2018-09-28
* | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
| * remove warning linesGravatar wangsiyu2018-09-25
| * fix pylintGravatar wangsiyu2018-09-25
| * Enable partitioned variable assignmentsGravatar wangsiyu2018-09-23
|/
* Fix documentation of variable constraint, aggregation, synchronization.Gravatar A. Unique TensorFlower2018-08-30
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Automated rollback of commit 1eb7db417a39b846d7679346e6a5b219224156adGravatar Peter Hawkins2018-08-23
* name and read_value arguments to tf.Variable.assign*Gravatar Alexandre Passos2018-08-22
* Setting the tf2 namespace to prefer variable.assign and friends over tf.assignGravatar Alexandre Passos2018-08-21
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Remove control dependency escape from PartitionedVariable.concat().Gravatar Peter Hawkins2018-08-14
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Improvement resource variable documentation.Gravatar Alexandre Passos2018-07-24
* Merges variable_scope.variable and tf.VariableGravatar Alexandre Passos2018-07-19
* Allows constructing resource variables from tf.Variable.Gravatar Alexandre Passos2018-07-18
* Makes Variable an abstract base class with a factory-constructing metaclass.Gravatar Alexandre Passos2018-07-17
* Adding shape as alias for get_shape() for PartitionedVariable.Gravatar A. Unique TensorFlower2018-07-10
* Do not constrain the is_variable_initialized ops to be on cpu.Gravatar A. Unique TensorFlower2018-06-29
* Clarify documentation on replacements for *=, /= and **=.Gravatar Tom Hennigan2018-06-24
* Add a subclassed Model's attribute-assigned variables to Model.weights et alGravatar Allen Lavoie2018-05-30
* Public API to switch between eager execution and graph building.Gravatar Alexandre Passos2018-05-25
* Warn about tf.Variable semanticsGravatar Alexandre Passos2018-05-24
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* TFE: Fix bug encountered when using `optimizer.apply_gradients` in a defun.Gravatar Akshay Agrawal2018-03-19
* Documentation tweaks and tests for GradientTape with graph execution.Gravatar Asim Shankar2018-03-19
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Checkpointable: Handle Optimizer non-slot variablesGravatar Allen Lavoie2018-02-28
* Checkpointable: Re-use the Saver's SaveableObject infrastructure to createGravatar Allen Lavoie2018-02-22
* Remove the __setattr__ override for VariablesGravatar Allen Lavoie2018-02-16
* Object-based saving: Switch to "everything is Checkpointable"Gravatar Allen Lavoie2018-02-15
* Replace instances of `control_dependencies(None)` with `init_scope` whenGravatar Akshay Agrawal2018-01-25
* Deprecation warning on Variables's += methodsGravatar Alexandre Passos2018-01-25
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Refactoring and bug-fixes for _build_initializer_expr.Gravatar A. Unique TensorFlower2018-01-04
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Make sure local_variables_initializer returns a no_op in Eager mode.Gravatar Sergio Guadarrama2017-11-17
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Fixes typo in compatibility.Gravatar A. Unique TensorFlower2017-10-30
* Adds eager compatability message for PartitionedVariable.Gravatar A. Unique TensorFlower2017-10-28
* Adds eager compatability message for Variable.Gravatar A. Unique TensorFlower2017-10-25
* Fix import of meta graphs with partitioned variables into a scope.Gravatar A. Unique TensorFlower2017-10-23
* Print numpy value for variables when in Eager modeGravatar Akshay Agrawal2017-10-09
* When Eager Execution is enabled, TensorFlow now no longer relies on global co...Gravatar Ali Yahya2017-09-14
* Add support for eager mode to saver.Gravatar A. Unique TensorFlower2017-08-25
* Steps toward making ResourceVariables compatible with Eager.Gravatar Ali Yahya2017-08-24