aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/resource_variable_ops.cc
Commit message (Expand)AuthorAge
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* SymbolicGradient for some resource variables.Gravatar Alexandre Passos2018-06-20
* Extended scatter operations to work with a scalar update parameter and added ...Gravatar A. Unique TensorFlower2018-03-25
* New Mutex operations for a distributed-happy and Function-less CriticalSection.Gravatar Eugene Brevdo2018-02-22
* Register resource_scatter_update for string types.Gravatar Alexandre Passos2018-02-02
* [TF] Additional CriticalSection python wrappers.Gravatar Eugene Brevdo2018-01-12
* Automated g4 rollback of changelist 180691955Gravatar Anna R2018-01-09
* Automated g4 rollback of changelist 180738639Gravatar Eugene Brevdo2018-01-03
* Automated g4 rollback of changelist 180733901Gravatar A. Unique TensorFlower2018-01-03
* Add critical section resource and op that allows execution within the criticalGravatar Eugene Brevdo2018-01-03
* Automated g4 rollback of changelist 180670333Gravatar Anna R2018-01-03
* Removing doc strings from REGISTER_OP calls in core/ops.Gravatar Anna R2018-01-03
* Bugfixes: Gather's gradient for 2+ dimensional indices with eager execution.Gravatar Asim Shankar2017-11-28
* scatter_update for resource variablesGravatar Alexandre Passos2017-10-30
* Switch resource variables from copy-on-read to copy-on-write.Gravatar A. Unique TensorFlower2017-09-11
* VariableShape op.Gravatar Alexandre Passos2017-08-23
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Fix broken links to images, make all image links absolute.Gravatar Martin Wicke2017-04-28
* Change for internal compatibility.Gravatar Justin Lebar2017-03-13
* Improve error messages for resource variable type mismatches.Gravatar Peter Hawkins2017-03-13
* Do an aliasing read of a resource variable when fetching.Gravatar Alexandre Passos2017-02-23
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Added an option to ignore lookup error for destroy_resource_op.Gravatar Manjunath Kudlur2017-02-02
* Added an op to delete a resource from a container.Gravatar Manjunath Kudlur2017-01-30
* More transparent assign and friends on resource variables.Gravatar A. Unique TensorFlower2017-01-26
* Makes resource variables saveable/restorable.Gravatar A. Unique TensorFlower2016-11-23
* ResourceGather & ResourceScatterAdd use dtype attribute name.Gravatar A. Unique TensorFlower2016-11-14
* Add support for sparse access to resource variables via embedding_lookup.Gravatar A. Unique TensorFlower2016-11-09
* Making simple gradient descent work with resource variables.Gravatar A. Unique TensorFlower2016-11-03
* Basic slow versions of resource-based variable ops which have the right seman...Gravatar A. Unique TensorFlower2016-11-01
* Automated rollback of change 137740850Gravatar A. Unique TensorFlower2016-10-31
* Automated rollback of change 137731142Gravatar A. Unique TensorFlower2016-10-31
* Adds functionality for shape inference and dtype checking of variable-based r...Gravatar A. Unique TensorFlower2016-10-31