aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/pywrap_tfe_src.cc
Commit message (Expand)AuthorAge
* Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\
* | Make gradient tape stack thread localGravatar Igor Ganichev2018-10-05
* | Add a separator between shape and dtype in cache key encoding.Gravatar Akshay Modi2018-10-04
* | Don't generate backward function and delete when its not necessaryGravatar Akshay Modi2018-10-01
* | Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
| * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-26
| |\ | |/ |/|
* | Allow the tape tensor to have unknown shapes.Gravatar Akshay Modi2018-09-19
* | 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
* | No segfault in GradientTape with partially unknown shapes.Gravatar Alexandre Passos2018-09-13
* | eager: Graceful failure on invalid inputs.Gravatar Asim Shankar2018-09-12
| * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-11
| |\ | |/ |/|
* | Only keep alive outputs and inputs that are required to be kept alive.Gravatar Akshay Modi2018-09-10
* | Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* | Set Vspace only one timeGravatar Akshay Modi2018-09-06
* | Only watch tensors on the current tape rather than all of them.Gravatar Tom Hennigan2018-09-01
* | StridedSlice gradient more efficient in tfe.Gravatar Alexandre Passos2018-08-30
| * Refine LeakyRelu codes and update APIs.Gravatar Cao Zongyan2018-08-24
| * Add LeakyRelu C++ Op and its gradient implementation.Gravatar Cao Zongyan2018-08-16
* | py37Gravatar Ben2018-08-13
|/
* Fix issue with tf.nn.relu6 grad in eagerGravatar Yong Tang2018-08-04
* Make TFE_DeleteContext not take a status, and allow TFE_DeleteTensorHandle to...Gravatar Akshay Modi2018-07-27
* This CL fixes a bug preventing Eager tapes from working remotely.Gravatar A. Unique TensorFlower2018-07-16
* Minor eager mode improvementsGravatar Akshay Modi2018-07-10
* Wrap ResourceVariable with MixedPrecisionVariable to support casting-reads; s...Gravatar James Qin2018-07-09
* Make the comparator call operator const.Gravatar Alexandre Passos2018-06-28
* [eager]: Support string attributes where the value contains `\0`.Gravatar Asim Shankar2018-06-20
* Remove memory leak in read variable call, and record gradient call.Gravatar Akshay Modi2018-06-11
* Don't call back into python during insert (which will leave the set in a brok...Gravatar Akshay Modi2018-06-11
* Add a subclassed Model's attribute-assigned variables to Model.weights et alGravatar Allen Lavoie2018-05-30
* Sort variables in C++ instead of Python.Gravatar Tom Hennigan2018-05-28
* Remove _get_backward_fn and depend on _gradient_function directly.Gravatar Akshay Modi2018-05-24
* Fix memory leak when going from the fast path to the slow path in eagerGravatar Akshay Modi2018-05-22
* Fixes issue with gradient tape when asking for the gradient of an intermediat...Gravatar Alexandre Passos2018-05-21
* Misc changes found when debugging an unrelated problem.Gravatar Akshay Modi2018-05-17
* Methods to stop and reset tf.GradientTape()Gravatar Alexandre Passos2018-05-17
* Do not differentiate integers in the eager backprop API.Gravatar Alexandre Passos2018-05-10
* Automated g4 rollback of changelist 195878952Gravatar Asim Shankar2018-05-10
* Do not differentiage integers in the eager API.Gravatar Alexandre Passos2018-05-08
* eager: Improve error message when GradientTape is used incorrectly.Gravatar Asim Shankar2018-04-27
* Allow creating tensors from numpy arrays, and other various constants - try #2Gravatar Akshay Modi2018-04-20
* Automated g4 rollback of changelist 192160407Gravatar Akshay Modi2018-04-09
* Allow creating tensors from numpy arrays, and other various constants.Gravatar Akshay Modi2018-04-09
* Reduce overhead for eager opsGravatar Akshay Modi2018-04-02
* Support structured source in GradientTape.gradientGravatar Igor Ganichev2018-03-28
* Add some VLOGs to make it easier to see why things don't go through the fast ...Gravatar Akshay Modi2018-03-28
* Fast path for calling pack when the list is full of eager tensors.Gravatar Akshay Modi2018-03-27
* Moves TensorHandle to common_runtimeGravatar Alexandre Passos2018-03-25
* Clarifying when is it possible to use a tape while it is still active.Gravatar Alexandre Passos2018-03-15
* Extend TF Eager C API to allow asynchronous execution.Gravatar A. Unique TensorFlower2018-03-12