aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/resource_variable_ops.py
Commit message (Expand)AuthorAge
* Simplifies the ResourceVariable constructor.Gravatar Alexandre Passos2018-09-20
* Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* Remove unused parent_name argument from _UnreadVariable.__init__.Gravatar A. Unique TensorFlower2018-09-06
* Raise a helpful error message when trying to initialize a variable fromGravatar Akshay Agrawal2018-08-23
* No reason not to support pickling/unpickling eager tensors/variables.Gravatar Alexandre Passos2018-08-22
* Add copy and deepcopy functionality for resource_variable_ops.ResourceVariable.Gravatar Zafarali Ahmed2018-08-22
* Setting the tf2 namespace to prefer variable.assign and friends over tf.assignGravatar Alexandre Passos2018-08-21
* Wrap the eagerly executed bits of unit tests in their own graphsGravatar Allen Lavoie2018-08-16
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Merge pull request #21386 from ageron:fix_unread_var_nameGravatar TensorFlower Gardener2018-08-06
|\
| * Fix the name property for the _UnreadVariable class in eager mode (fixes #21384)Gravatar Aurelien Geron2018-08-04
|/
* Improvement resource variable documentation.Gravatar Alexandre Passos2018-07-24
* When in graph mode read will force a tape recording.Gravatar Alexandre Passos2018-07-20
* 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
* Wrap ResourceVariable with MixedPrecisionVariable to support casting-reads; s...Gravatar James Qin2018-07-09
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* Clarify documentation on replacements for *=, /= and **=.Gravatar Tom Hennigan2018-06-24
* Minor python change to remove doing unnecessary work in resource variablesGravatar Akshay Modi2018-06-15
* Correct name for _UnreadVariableGravatar Alexandre Passos2018-06-13
* 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
* Makes most variable writes depend on the cached value.Gravatar Alexandre Passos2018-05-30
* Always enter the handle graph before calling convert_to_tensor in resource va...Gravatar Alexandre Passos2018-05-21
* Correct dtype in resource_strided_slice_assignGravatar Alexandre Passos2018-05-18
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-04-18
* Fix build breakage on metagraph exporting when caching_device is setGravatar Alexandre Passos2018-04-12
* Fixes issue where name scope collisions could lead to an invalid variable in ...Gravatar Alexandre Passos2018-04-11
* Lazily evaluate shapes with the C API enabled.Gravatar Skye Wanderman-Milne2018-04-05
* Clarify ResourceVariable specificationGravatar Igor Ganichev2018-04-02
* Properly serialize ResourceVariable global_step into the metagraph.Gravatar Eugene Brevdo2018-03-28
* Documentation tweaks and tests for GradientTape with graph execution.Gravatar Asim Shankar2018-03-19
* Fix a bug which caused slot variables to be shared when executing eagerlyGravatar Allen Lavoie2018-03-15
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Docs: Fix prefix for the fancy-linker.Gravatar Billy Lamberta2018-03-06
* Improvement to eager linear regression benchmarkGravatar Akshay Modi2018-03-06
* ReadVariableOp in C for eager (only for the fastpath)Gravatar Akshay Modi2018-03-02
* No need to override _handle_device for variables anymoreGravatar Alexandre Passos2018-03-02
* Eliminate the creation of unnecessary read ops when working with ResourceVari...Gravatar A. Unique TensorFlower2018-03-02
* Remove a bit of misleading documentation (we no longer do Graph containers)Gravatar Allen Lavoie2018-02-22
* Object-based saving: Switch to "everything is Checkpointable"Gravatar Allen Lavoie2018-02-15
* Removes odd stack traces from trying to delete things that aren'tGravatar Allen Lavoie2018-02-14
* set_shape fix in _UnreadVariableGravatar Alexandre Passos2018-02-14
* API incompatibility fix in _UnreadVariableGravatar Alexandre Passos2018-02-14
* Lazily reads from resource variables in eager mode.Gravatar Alexandre Passos2018-02-13
* Allow other types of variables to act as a resource variable.Gravatar Igor Saprykin2018-02-13