aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/partitioned_variables.py
Commit message (Expand)AuthorAge
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Remove unnecessary imports in some python files.Gravatar A. Unique TensorFlower2016-09-19
* Expose PartitionedVariable.Gravatar Eugene Brevdo2016-09-12
* Fixed size partitioner: partitions variable into fixed number of shards.Gravatar Illia Polosukhin2016-08-25
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* Deprecate variable_op_scope by extending variable_scope and move callers to t...Gravatar Lukasz Kaiser2016-08-11
* 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
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* Add partitioning support to variable_scope.Gravatar Eugene Brevdo2016-04-19
* Adds option to pass callable initializer function to Variable constructor to ...Gravatar Wei Ho2016-04-12
* Allow reuse of partitioned_variables.Gravatar A. Unique TensorFlower2016-04-08
* TensorFlow: another python3 breakage fix, sigh.Gravatar Vijay Vasudevan2016-02-17
* Add utility function for creating partitioned variables.Gravatar A. Unique TensorFlower2016-02-17