aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager
Commit message (Expand)AuthorAge
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
* Improves tf.function prototype.Gravatar Alexandre Passos2018-10-09
* Throw error when evaluating have variable target in GradientTape.Gravatar Tamara Norman2018-10-09
* 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
* Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\
* | Allow TensorSpec objects as arguments to defun's get_concrete_functionGravatar Allen Lavoie2018-10-08
* | Remove Raises documentation on imperative_grads for ValueErrror not raised.Gravatar A. Unique TensorFlower2018-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
* | Make gradient tape stack thread localGravatar Igor Ganichev2018-10-05
* | Pin ops with small integer inputs (already on the cpu) to the cpu in eager.Gravatar Akshay Modi2018-10-04
* | This CL fixes a bug in the eager benchmarks test that caused the defun tests ...Gravatar A. Unique TensorFlower2018-10-04
* | Avoid creating control edges on not-this-graph.Gravatar Alexandre Passos2018-10-04
* | Add a separator between shape and dtype in cache key encoding.Gravatar Akshay Modi2018-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
* | Don't generate backward function and delete when its not necessaryGravatar Akshay Modi2018-10-01
* | 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
* | Move TPU variables to the TPU device in TPUStrategy.Gravatar Jonathan Hseu2018-09-28
* | Update function registration with both inference function and forward/backwar...Gravatar Scott Zhu2018-09-27
| * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-26
| |\ | |/ |/|
* | PolymorphicFunction cache key is changed to use the init graph instead of the...Gravatar Katherine Wu2018-09-24
* | Wrap forward and backward pass in a defun for L2HMC.Gravatar Akshay Modi2018-09-24
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* | Clean-up of function.py.Gravatar Lasse Espeholt2018-09-24
* | Prototype for the functions-not-sessions implementation.Gravatar Alexandre Passos2018-09-21
* | Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* | Allow the tape tensor to have unknown shapes.Gravatar Akshay Modi2018-09-19
* | First commit for functional while loop.Gravatar Saurabh Saxena2018-09-18
* | Update the grappler plugin to support the @defun generated function and ops.Gravatar Scott Zhu2018-09-18
* | Only start_step/end_step on GradientTape if executing eagerly.Gravatar Alexandre Passos2018-09-18
* | Num elements fastpath for eager tensors.Gravatar Akshay Modi2018-09-17
* | Remove some dead code after migration from python to C.Gravatar Akshay Modi2018-09-17
* | Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* | Add missing `watch` call to GradientTape documentation.Gravatar Akshay Agrawal2018-09-17
* | GradientTape: Documentation formatting tweak.Gravatar Asim Shankar2018-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
* | No segfault in GradientTape with partially unknown shapes.Gravatar Alexandre Passos2018-09-13
* | Allow user to the pre register a defun function into graph without calling it.Gravatar Scott Zhu2018-09-13
* | eager: Graceful failure on invalid inputs.Gravatar Asim Shankar2018-09-12
* | 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
| * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-11
| |\ | |/ |/|