aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/function.py
Commit message (Expand)AuthorAge
* Ignore args and kwargs for defun's get_concrete_fn if `PolymorphicFunction` w...Gravatar Shivani Agrawal2018-10-08
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Allow TensorSpec objects as arguments to defun's get_concrete_functionGravatar Allen Lavoie2018-10-08
* Add the plumbing for an autograph flag to defun. Disabled and experimental fo...Gravatar Dan Moldovan2018-10-05
* Orders non-resource-affecting stateful ops in defuns.Gravatar Alexandre Passos2018-10-05
* Avoid creating control edges on not-this-graph.Gravatar Alexandre Passos2018-10-04
* Some tiny speed improvements for defun.Gravatar Akshay Modi2018-10-03
* Automated rollback of commit b7e9cbab27c893283acc4a6154d7a59dffb23758Gravatar Derek Murray2018-10-02
* Use `defun` instead of `Defun` for `tf.data`, except for `make_one_shot_itera...Gravatar Shivani Agrawal2018-10-02
* Drop external control dependencies in tfe.defun.Gravatar Alexandre Passos2018-10-01
* Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* Add new attributes for the defun forward/backward functions.Gravatar Scott Zhu2018-10-01
* Update function registration with both inference function and forward/backwar...Gravatar Scott Zhu2018-09-27
* PolymorphicFunction cache key is changed to use the init graph instead of the...Gravatar Katherine Wu2018-09-24
* Clean-up of function.py.Gravatar Lasse Espeholt2018-09-24
* Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* First commit for functional while loop.Gravatar Saurabh Saxena2018-09-18
* Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* Make accessed variable ordering deterministic again when constructing defunsGravatar Allen Lavoie2018-09-14
* Makes tf.Variable arguments (non-captured) DT_RESOURCE function inputs.Gravatar Akshay Agrawal2018-09-14
* Fix bug preventing one from not specifying additional function attributes.Gravatar Lasse Espeholt2018-09-14
* Allow user to the pre register a defun function into graph without calling it.Gravatar Scott Zhu2018-09-13
* Update defun to support extra params as function attributes.Gravatar Scott Zhu2018-09-11
* Convert NumPy arrays to Tensors when they're arguments to a defunGravatar Allen Lavoie2018-09-11
* Automated rollback of commit 72bbefcf1f80cd64cf873b69953a90657dabab18Gravatar Akshay Agrawal2018-09-07
* Fail if a noninitial defun trace of a Python function creates tf.Variables.Gravatar Akshay Agrawal2018-09-07
* Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* Fold CapturingGraph into FuncGraph.Gravatar Skye Wanderman-Milne2018-09-05
* Allow gradients() calls from inside a tfe.defun wrt captured tensors.Gravatar Skye Wanderman-Milne2018-09-05
* Add the colocation stack to defun's cache key.Gravatar Akshay Agrawal2018-08-27
* Minor: Apply tfe.defun as decorator on self.call example.Gravatar Dustin Tran2018-08-27
* Clean up the Python function API.Gravatar Akshay Agrawal2018-08-24
* Switch cond_v2 to using tfe.defun instead of function.Defun.Gravatar Skye Wanderman-Milne2018-08-23
* - Remove now unnecessary _use_c_api_hack()Gravatar Asim Shankar2018-08-23
* Add the device (stack) to tfe.defun's cache key, and copy the device stackGravatar Akshay Agrawal2018-08-22
* Defuns should inherit graph key from default graph even if executing eagerly.Gravatar Skye Wanderman-Milne2018-08-22
* Remove 'graph' argument from FuncGraph.__init__.Gravatar Skye Wanderman-Milne2018-08-21
* Remove graph_callable.py and all references to it.Gravatar Akshay Agrawal2018-08-20
* Support nested defuns on TPUGravatar Igor Ganichev2018-08-17
* Store GraphModeFunction's backwards function in a FuncGraph.Gravatar Akshay Agrawal2018-08-17
* Dead code elimination.Gravatar Akshay Agrawal2018-08-15
* Delete unused code.Gravatar Akshay Agrawal2018-08-14
* 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* Add an example on how to specify `input_signature` to the defun docstring.Gravatar Akshay Agrawal2018-08-14
* Ensure that functions created with `tfe.defun` create ResourceVariables, notGravatar Akshay Agrawal2018-08-14
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* Introduce eager.function.FuncGraph class.Gravatar Skye Wanderman-Milne2018-08-08
* Output a helpful error message when defun-ing a Python function that returnsGravatar Akshay Agrawal2018-08-07
* Handle `self` argument in defun.Gravatar Akshay Agrawal2018-08-06
* Resolve distributed variables captured by defun at call timeGravatar Igor Ganichev2018-08-06