aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/partitioned_variables_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Automated rollback of commit 1eb7db417a39b846d7679346e6a5b219224156adGravatar Peter Hawkins2018-08-23
* Automated rollback of commit 91fd2cd6c3466340d3a69be76993e357662b2009Gravatar Allen Lavoie2018-08-20
* Automated rollback of commit 45aad1a42201ac9134df2ab258b60e697ee3b96aGravatar Allen Lavoie2018-08-17
* Fix for PartitionedVariables in collectionsGravatar Allen Lavoie2018-08-17
* Remove control dependency escape from PartitionedVariable.concat().Gravatar Peter Hawkins2018-08-14
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Treat integer default initializers like floating point ones.Gravatar Alexandre Passos2017-12-04
* More transparent assign and friends on resource variables.Gravatar A. Unique TensorFlower2017-01-26
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* changing the api for ones initializer to be consistent with the other callabl...Gravatar Olivia Nordquist2016-11-10
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Expose PartitionedVariable.Gravatar Eugene Brevdo2016-09-12
* Fixed size partitioner: partitions variable into fixed number of shards.Gravatar Illia Polosukhin2016-08-25
* Adds _PartitionInfo to variable initializer signatureGravatar Wei Ho2016-08-24
* Fixed bug in _PartitionedVariable that prevents it from being created within ...Gravatar A. Unique TensorFlower2016-08-23
* Add partitioner that partitions a variable such that no partition gets less t...Gravatar A. Unique TensorFlower2016-06-21
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Skeleton for PartitionedVariable class take 2Gravatar Wei Ho2016-05-31
* Roll back skeleton for PartitionedVariable class while investigating variable...Gravatar Wei Ho2016-05-27
* Skeleton for PartitionedVariable classGravatar Wei Ho2016-05-26
* Add max shards parameter to variable_axis_size_partitioner.Gravatar A. Unique TensorFlower2016-05-24
* Change meaning of max_shard_bytes in axis_partitioner.Gravatar A. Unique TensorFlower2016-05-12
* Add partitioning support to variable_scope.Gravatar Eugene Brevdo2016-04-19
* Add utility function for creating partitioned variables.Gravatar A. Unique TensorFlower2016-02-17