aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/function_test.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 a separator between shape and dtype in cache key encoding.Gravatar Akshay Modi2018-10-04
* 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
* 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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* Update the grappler plugin to support the @defun generated function and ops.Gravatar Scott Zhu2018-09-18
* Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* Makes tf.Variable arguments (non-captured) DT_RESOURCE function inputs.Gravatar Akshay Agrawal2018-09-14
* Allow user to the pre register a defun function into graph without calling it.Gravatar Scott Zhu2018-09-13
* Use WeakKeyDictionaries for global Keras {graph->...} mapsGravatar Igor Ganichev2018-09-12
* 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
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* 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
* Add the colocation stack to defun's cache key.Gravatar Akshay Agrawal2018-08-27
* Clean up the Python function API.Gravatar Akshay Agrawal2018-08-24
* Raise a helpful error message when trying to initialize a variable fromGravatar Akshay Agrawal2018-08-23
* Add the device (stack) to tfe.defun's cache key, and copy the device stackGravatar Akshay Agrawal2018-08-22
* SymbolicGradient for gather_ndGravatar Alexandre Passos2018-08-22
* ZerosLike in symbolicgradient for resource variablesGravatar Alexandre Passos2018-08-14
* Ensure that functions created with `tfe.defun` create ResourceVariables, notGravatar Akshay Agrawal2018-08-14
* Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* Propagate local device to nodes without device annotations in PartitionedCallOp.Gravatar Akshay Agrawal2018-08-10
* Allows differentiating tfe.defun functions with loops in eager mode.Gravatar Alexandre Passos2018-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
* Don't store NumPy arrays in the defun cache. Instead, treat them like Tensors.Gravatar Akshay Agrawal2018-08-06
* Add an optional input signature for functions generated with defun.Gravatar Akshay Agrawal2018-08-06
* Gradients of tfe.defun functions with loops in them.Gravatar Alexandre Passos2018-08-02
* Throw ValueError with clear error message when function to be traced by defunGravatar Xuechen Li2018-08-02
* Allow differentiating tfe.defun functions which contain conds.Gravatar Alexandre Passos2018-07-23
* Fix AdamOptimizer usage in a defunGravatar Allen Lavoie2018-07-19
* Automated rollback of commit 17bbfe25d0225f7d693384d4e0dcaa5f49a8c697Gravatar Alexandre Passos2018-07-17
* Also clear FunctionLibraryRuntime when clearing tfe Context caches.Gravatar Alexandre Passos2018-07-16
* Disable flaky random seed testGravatar Gunhan Gulsoy2018-07-13
* Makes tfe.defun respect random seeds.Gravatar Alexandre Passos2018-07-12
* [eager]: Correctly handle slot variables inside a defun.Gravatar Asim Shankar2018-07-10
* Exempt partitioned function calls from the Placer's constraint on resourceGravatar Akshay Agrawal2018-07-07
* Make functions defined with tfe.defun respect devices when executing.Gravatar Akshay Agrawal2018-07-03
* Add a method that calls the python function backing a _PolymorphicFunction.Gravatar Akshay Agrawal2018-06-29
* tfe.defun shouldn't leak information across graphs (or across eager and graphs)Gravatar Alexandre Passos2018-06-29