aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/variables_test.py
Commit message (Expand)AuthorAge
* Merge pull request #22473 from wangsiyu:assign_in_part_varsGravatar TensorFlower Gardener2018-10-01
|\
* | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
| * fix back variabe nameGravatar wangsiyu2018-09-25
| * Enable partitioned variable assignmentsGravatar wangsiyu2018-09-23
|/
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Adding shape as alias for get_shape() for PartitionedVariable.Gravatar A. Unique TensorFlower2018-07-10
* Add a subclassed Model's attribute-assigned variables to Model.weights et alGravatar Allen Lavoie2018-05-30
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Make `init_scope` preserve the active name scope.Gravatar Akshay Agrawal2018-01-29
* Print numpy value for variables when in Eager modeGravatar Akshay Agrawal2017-10-09
* Add support for eager mode to saver.Gravatar A. Unique TensorFlower2017-08-25
* Makes tf.Variable return correct initialized_value and initial_value for obje...Gravatar A. Unique TensorFlower2017-08-23
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Add `constraint` argument (post-update projection function) to all variable c...Gravatar Francois Chollet2017-08-04
* Issue a more user-friendly error message if a variable's initializer is from ...Gravatar Peter Hawkins2017-05-30
* Automated g4 rollback of changelist 157060591Gravatar Peter Hawkins2017-05-24
* Issue a more user-friendly error message if a variable's initializer is from ...Gravatar Peter Hawkins2017-05-24
* Fixes data races in the executor and ops around Refs.Gravatar Alexandre Passos2017-03-21
* Changes semantics of Variable.initialized_value to be sane.Gravatar Alexandre Passos2017-03-20
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Fixes bug where assigning a zero-sized Tensor to a string variable can segfaultGravatar Alexandre Passos2017-02-13
* More transparent assign and friends on resource variables.Gravatar A. Unique TensorFlower2017-01-26
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Changes ResourceVariable constructor to be more similar to Variable.Gravatar A. Unique TensorFlower2016-12-14
* Removes need for expected_shape in Variable() constructor.Gravatar A. Unique TensorFlower2016-12-07
* Makes the Variable.ref() method private.Gravatar A. Unique TensorFlower2016-11-15
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Renamed:Gravatar Illia Polosukhin2016-11-03
* Fix spelling of identifiers.Gravatar Patrick Nguyen2016-09-28
* Expose PartitionedVariable.Gravatar Eugene Brevdo2016-09-12
* Fix initialization issues with Variables whose shape contains a zero.Gravatar A. Unique TensorFlower2016-06-30
* Added tf.container(container_name) context manager.Gravatar Sherry Moore2016-06-24
* Reset device stack when passing a caching_device.Gravatar A. Unique TensorFlower2016-06-10
* Reset device stack when passing a caching_device.Gravatar A. Unique TensorFlower2016-06-09
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Added a new op report_uninitialized_variables() which returns a 1-D tensorGravatar Sherry Moore2016-05-03
* Add explicit colocation between ref producer and ref consumer in Python client.Gravatar Derek Murray2016-04-14
* Adds option to pass callable initializer function to Variable constructor to ...Gravatar Wei Ho2016-04-12
* Add dummy Variable.__iter__ to avoid endless hang when accidently treating a ...Gravatar A. Unique TensorFlower2016-02-22
* Add cache_device to Variable construction and variable_scope.Gravatar Eugene Brevdo2016-02-22
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Place Identity OP on the same device as the Variable.Gravatar A. Unique TensorFlower2015-12-14
* TensorFlow: upstream latest changes to git.Gravatar Vijay Vasudevan2015-12-06
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20