aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/resource_variable_ops_test.py
Commit message (Expand)AuthorAge
* Gracefully disallow updating resource variables with invalid shapes.Gravatar Asim Shankar2018-10-04
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Test cleanupsGravatar Asim Shankar2018-09-04
* 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
* Enable variable[indices].assign(...) in eager (to match existing graph semant...Gravatar Alexandre Passos2018-08-17
* tf.scatter_sub for resource variablesGravatar Alexandre Passos2018-08-13
* Allows constructing resource variables from tf.Variable.Gravatar Alexandre Passos2018-07-18
* Wrap ResourceVariable with MixedPrecisionVariable to support casting-reads; s...Gravatar James Qin2018-07-09
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Correct name for _UnreadVariableGravatar Alexandre Passos2018-06-13
* Implement scatter_nd_add for resource variables.Gravatar Adria Puigdomenech2018-06-07
* 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
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Register bool scatter_update for resource variablesGravatar Alexandre Passos2018-05-07
* Fixes issue where name scope collisions could lead to an invalid variable in ...Gravatar Alexandre Passos2018-04-11
* Simplify test_util.run_in_graph_and_eager_modesGravatar Asim Shankar2018-04-10
* Expose scatter_add for resource variables.Gravatar Adria Puigdomenech2018-04-04
* Turns eager device placement on by default.Gravatar Alexandre Passos2018-03-29
* Extended scatter operations to work with a scalar update parameter and added ...Gravatar A. Unique TensorFlower2018-03-25
* Fix buffer overflow when fetching resources.Gravatar Alexandre Passos2018-03-25
* ResourceScatterUpdate: Gracefully handle inconsistent indices and updates inGravatar Asim Shankar2018-03-12
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* 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
* Register kernels for Assign and AssignVariableOp on GPU for integer types.Gravatar Alexandre Passos2018-02-15
* Makes ResourceVariables return correct initialized_value and initial_value fo...Gravatar A. Unique TensorFlower2018-02-06
* Register resource_scatter_update for string types.Gravatar Alexandre Passos2018-02-02
* Make resource_variable_ops_test.py work with the C API enabled.Gravatar Skye Wanderman-Milne2018-01-24
* Raise the same error for uninitialized ResourceVariables as we do for Variables.Gravatar Alexandre Passos2018-01-12
* Proper casting in resource scatter_updateGravatar Alexandre Passos2017-11-22
* Avoid uncollectable cycles with a separate deleter object for resources.Gravatar Allen Lavoie2017-10-30
* scatter_update for resource variablesGravatar Alexandre Passos2017-10-30
* No need for unique variable names in eager.Gravatar Alexandre Passos2017-10-30
* Avoid assigning incompatible shapes to variableGravatar A. Unique TensorFlower2017-10-26
* Implements count_up_to for resource variables.Gravatar Alexandre Passos2017-10-26
* bool() for eager variablesGravatar Alexandre Passos2017-10-24
* Exception instead of crashing on resource.numpy()Gravatar Alexandre Passos2017-10-24
* Avoid silent variable sharing with ResourceVariable class.Gravatar A. Unique TensorFlower2017-10-20
* Adds tfe.IsolateTest, an Eager-agnostic abstraction for isolating resourcesGravatar Allen Lavoie2017-10-19
* Automated g4 rollback of changelist 172336111Gravatar Allen Lavoie2017-10-18
* should_use_result eager-safe. ResourceVariable.numpy()Gravatar Alexandre Passos2017-10-17
* Automated g4 rollback of changelist 172039259Gravatar Allen Lavoie2017-10-16
* TFE: Adds a destructor to ResourceVariables in Python that destroys the under...Gravatar Ali Yahya2017-10-12
* Respect container context when creating ResourceVariables in Eager mode.Gravatar A. Unique TensorFlower2017-10-05
* Pass around the eager context object instead of getting itGravatar A. Unique TensorFlower2017-09-19
* Modified variable scopes to work with Eager mode.Gravatar Ali Yahya2017-08-29
* Fix device for ResourceVariables, and add tape.watch on reading them.Gravatar A. Unique TensorFlower2017-08-28