aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/state_ops.py
Commit message (Expand)AuthorAge
* Setting the tf2 namespace to prefer variable.assign and friends over tf.assignGravatar Alexandre Passos2018-08-21
* Add `batch_scatter_update`, analogous to `batch_gather`.Gravatar Adria Puigdomenech2018-08-21
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* tf.scatter_sub for resource variablesGravatar Alexandre Passos2018-08-13
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Allow is_initialized and initializer to be called on MirroredVariables and To...Gravatar Anjali Sridhar2018-07-06
* Update docstring for scatter_nd_addGravatar Yong Tang2018-06-21
* Fix doc discrepancy in tf.scatter_addGravatar Yong Tang2018-06-21
* Implement scatter_nd_add for resource variables.Gravatar Adria Puigdomenech2018-06-07
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Expose scatter_add for resource variables.Gravatar Adria Puigdomenech2018-04-04
* Extended scatter operations to work with a scalar update parameter and added ...Gravatar A. Unique TensorFlower2018-03-25
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Lazily reads from resource variables in eager mode.Gravatar Alexandre Passos2018-02-13
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* scatter_nd_update for resource variablesGravatar Alexandre Passos2017-11-28
* Proper casting in resource scatter_updateGravatar Alexandre Passos2017-11-22
* scatter_update for resource variablesGravatar Alexandre Passos2017-10-30
* Implements count_up_to for resource variables.Gravatar Alexandre Passos2017-10-26
* More Variant cross-device support:Gravatar Eugene Brevdo2017-10-11
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Adds AUTO_REUSE as a reuse mode to variable scopes. This mode modifies the be...Gravatar Ali Yahya2017-08-17
* Expose publicly 3 missing initializers.Gravatar Francois Chollet2017-06-30
* Add missing $ to guide links.Gravatar Mark Daoust2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add missing $ to guide links.Gravatar Mark Daoust2017-06-08
* Fixes bug in state_ops.assign for PartitionedVariablesGravatar Alexandre Passos2017-04-28
* Clarify doc on tf.assign.Gravatar Vijay Vasudevan2017-04-07
* Update docs.Gravatar A. Unique TensorFlower2017-02-13
* More transparent assign and friends on resource variables.Gravatar A. Unique TensorFlower2017-01-26
* Add tf.tables_initializer as a replacement for tf.initialize_all_tables, andGravatar A. Unique TensorFlower2017-01-15
* Bug fix: Make `get_local_variable` accessible in the opensource Tensorflow na...Gravatar A. Unique TensorFlower2016-12-28
* Uses VariableV2 and removes shape-setting code in tf.Variable.Gravatar A. Unique TensorFlower2016-12-20
* Changes ResourceVariable constructor to be more similar to Variable.Gravatar A. Unique TensorFlower2016-12-14
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Makes resource variables saveable/restorable.Gravatar A. Unique TensorFlower2016-11-23
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Switch moreops to using c++ shape functions instead of python.Gravatar Vijay Vasudevan2016-11-11
* Changes to scatter_nd opsGravatar Eugene Brevdo2016-11-08
* Renamed:Gravatar Illia Polosukhin2016-11-03
* Adding CPU kernels for tf.scatter_nd(), tf.scatter_nd_update(), tf.scatter_nd...Gravatar A. Unique TensorFlower2016-11-02
* Automated rollback of change 137564676Gravatar A. Unique TensorFlower2016-10-28
* Adding CPU kernels for tf.scatter_nd(), tf.scatter_nd_update(), tf.scatter_nd...Gravatar A. Unique TensorFlower2016-10-28
* Fix shape function for the Variable op.Gravatar Asim Shankar2016-10-25
* Move initialize_all_tables to Variables documentation.Gravatar Patrick Nguyen2016-09-28
* Add missing @@model_variablesGravatar Sergio Guadarrama2016-09-21
* Reference state_ops symbols in the documentation and remove from whitelist.Gravatar Patrick Nguyen2016-09-21