aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/template.py
Commit message (Expand)AuthorAge
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Avoid copying collections 4x when calling templates.Gravatar Tom Hennigan2018-08-08
* Factor a "capture_dependencies" scope out of Template.Gravatar Allen Lavoie2018-06-14
* Checkpointable: move python/training/checkpointable_* to python/training/chec...Gravatar Allen Lavoie2018-05-16
* Checkpointable: Remove overzealous error checking from tf.make_templateGravatar Allen Lavoie2018-05-11
* Style nit: avoid creating local variables when not required.Gravatar A. Unique TensorFlower2018-04-14
* Make variable scope and scope counts local to current thread so that they wor...Gravatar Priya Gupta2018-03-20
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Checkpointable: Make Templates CheckpointableGravatar Allen Lavoie2018-03-01
* Cache a variable scope context manager in EagerTemplate as a minor optimizationGravatar Akshay Modi2018-02-16
* Make `init_scope` preserve the active name scope.Gravatar Akshay Agrawal2018-01-29
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Internal API to optionally compile a template's function into a graph function.Gravatar Akshay Agrawal2018-01-16
* Support nesting EagerTemplate objects.Gravatar Akshay Agrawal2018-01-10
* Fix typo in the docstring of `make_template`.Gravatar Akshay Agrawal2018-01-05
* Add non_trainable_variables to templates.Gravatar Sergio Guadarrama2017-11-28
* Make tf.make_template compatible with eager.Gravatar Sergio Guadarrama2017-11-14
* Expose name and func properties of Template.Gravatar Sergio Guadarrama2017-10-25
* Expose trainable_variables and global_variables created by make_template.Gravatar Sergio Guadarrama2017-09-29
* Only change ._variables_created in template after inner function succeeds.Gravatar Malcolm Reynolds2017-03-31
* The first application of a template made with tf.make_template(create_scope_n...Gravatar A. Unique TensorFlower2017-03-01
* Fix links according to new convention.Gravatar Patrick Nguyen2017-02-14
* Replace the Template .var_scope property with .variable_scopeGravatar Malcolm Reynolds2016-12-21
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Add optional custom_getter_ param to make_template().Gravatar Skye Wanderman-Milne2016-11-29
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Fix symbol names in documentation.Gravatar Patrick Nguyen2016-09-28
* Deprecate variable_op_scope by extending variable_scope and move callers to t...Gravatar Lukasz Kaiser2016-08-11
* Add a flag to make_template to prevent uniquifying of scope.Gravatar A. Unique TensorFlower2016-07-07
* Add the ability to get the var_scope of a Template as a property.Gravatar Malcolm Reynolds2016-06-16
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add create_scope_now option to make_template.Gravatar A. Unique TensorFlower2016-05-20
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* Fix some lint errors in image_ops_test.py and word2vec_basic.pyGravatar Vijay Vasudevan2015-12-22
* TensorFlow: Upstream changes from git.Gravatar Vijay Vasudevan2015-12-09