aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager
Commit message (Expand)AuthorAge
...
* | Move tf.scan benchmark from contrib/eager/examples to eager/benchmarks_test.pyGravatar Akshay Agrawal2018-09-10
* | Only keep alive outputs and inputs that are required to be kept alive.Gravatar Akshay Modi2018-09-10
* | 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
* | Fix issue where re-entering a GradientTape context clears the tapeGravatar A. Unique TensorFlower2018-09-07
* | Add PyMemberDef for __dict__ on eager tensors.Gravatar Akshay Modi2018-09-07
* | Support not automatically watching (trainable) accessed variables in Gradient...Gravatar Tom Hennigan2018-09-07
* | Set Vspace only one timeGravatar Akshay Modi2018-09-06
* | Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* | Fold CapturingGraph into FuncGraph.Gravatar Skye Wanderman-Milne2018-09-05
* | Support converting eager tensor to tf.float16 if a numpy half is passed.Gravatar Akshay Modi2018-09-05
* | Allow gradients() calls from inside a tfe.defun wrt captured tensors.Gravatar Skye Wanderman-Milne2018-09-05
* | Test cleanupsGravatar Asim Shankar2018-09-04
* | Only watch tensors on the current tape rather than all of them.Gravatar Tom Hennigan2018-09-01
* | Fix a reference leak when slicing variables executing eagerlyGravatar Allen Lavoie2018-08-30
* | Include an elements limit for cached tensors in the _TensorCacheGravatar Akshay Modi2018-08-30
* | Remove explicit tape watching in backprop tests.Gravatar Tom Hennigan2018-08-30
* | StridedSlice gradient more efficient in tfe.Gravatar Alexandre Passos2018-08-30
* | Expose default execution mode as a public symbol in context.Gravatar Tom Hennigan2018-08-29
* | Replace `get_default_context()` with `context()`.Gravatar Tom Hennigan2018-08-28
* | Add the colocation stack to defun's cache key.Gravatar Akshay Agrawal2018-08-27
* | Merge pull request #21202 from bstriner:py37Gravatar TensorFlower Gardener2018-08-27
|\ \
* | | Minor: Apply tfe.defun as decorator on self.call example.Gravatar Dustin Tran2018-08-27
* | | Remove some useless pylint statements.Gravatar Tom Hennigan2018-08-27
| * | Merge branch 'master' into py37Gravatar Ben2018-08-26
| |\ \ | |/ / |/| |
* | | Clean up the Python function API.Gravatar Akshay Agrawal2018-08-24
| | * Refine LeakyRelu codes and update APIs.Gravatar Cao Zongyan2018-08-24
* | | Raise a helpful error message when trying to initialize a variable fromGravatar Akshay Agrawal2018-08-23
* | | 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
* | | No reason not to support pickling/unpickling eager tensors/variables.Gravatar Alexandre Passos2018-08-22
* | | 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
* | | SymbolicGradient for gather_ndGravatar Alexandre Passos2018-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
* | | Fix API rendering of Args, Returns, Raises in gradients functions.Gravatar Dustin Tran2018-08-20
* | | Support nested defuns on TPUGravatar Igor Ganichev2018-08-17
* | | Add a benchmark for forward+backward for defuns.Gravatar Akshay Modi2018-08-17
* | | Enable variable[indices].assign(...) in eager (to match existing graph semant...Gravatar Alexandre Passos2018-08-17
* | | Store GraphModeFunction's backwards function in a FuncGraph.Gravatar Akshay Agrawal2018-08-17
| | * Add LeakyRelu C++ Op and its gradient implementation.Gravatar Cao Zongyan2018-08-16
| |/ |/|
* | Dead code elimination.Gravatar Akshay Agrawal2018-08-15
* | Delete unused code.Gravatar Akshay Agrawal2018-08-14
* | ZerosLike in symbolicgradient for resource variablesGravatar Alexandre Passos2018-08-14
* | Add more layers to the existing Functional and Subclassed models to make it m...Gravatar Anjali Sridhar2018-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