aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/pywrap_tfe.h
Commit message (Expand)AuthorAge
* Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* 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
* py37Gravatar bstriner2018-08-14
* Sort variables in C++ instead of Python.Gravatar Tom Hennigan2018-05-28
* Add EagerTensor profiler and device shape utilitiesGravatar Igor Ganichev2018-05-25
* Remove _get_backward_fn and depend on _gradient_function directly.Gravatar Akshay Modi2018-05-24
* Internal cleanup to remove a difference from the code on github.Gravatar A. Unique TensorFlower2018-05-23
* Methods to stop and reset tf.GradientTape()Gravatar Alexandre Passos2018-05-17
* 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
* ReadVariableOp in C for eager (only for the fastpath)Gravatar Akshay Modi2018-03-02
* Cleanup post moving record gradient to CGravatar Akshay Modi2018-02-27
* Record gradient in CGravatar Akshay Modi2018-02-21
* Update the wrapper gen code to call out to the fastpath function.Gravatar Akshay Modi2018-02-08
* Make TFE_Py_FastpathExecute work for all types of opsGravatar Akshay Modi2018-02-06
* Reducing op overhead for eager.Gravatar Akshay Modi2018-01-22
* Fix the threading model of gradient tapes.Gravatar Alexandre Passos2018-01-08
* Add persistent GradientTape supportGravatar Igor Ganichev2017-11-22
* Tape stack in C++ instead of python.Gravatar Alexandre Passos2017-11-14
* Moves tape.watch_variable to C. Prequel to moving the tape stack to C.Gravatar Alexandre Passos2017-11-13
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Add TFE_Py_TensorShapeSlice functionGravatar Igor Ganichev2017-10-31
* Ports the eager gradient tape to C.Gravatar Alexandre Passos2017-10-13
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* Fix capitalization of some TFE/Python C APIs.Gravatar A. Unique TensorFlower2017-09-17
* Move Python sequence -> TensorFlow Tensor conversion fromGravatar A. Unique TensorFlower2017-09-16
* Comment and error message consistency cleanup.Gravatar Henry Tan2017-09-12
* Initial tests for gradient code.Gravatar Alexandre Passos2017-08-16
* Make HloAliasAnalysis updatable after changes to the HLO graph.Gravatar Mark Heffernan2017-08-10
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-11
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10