aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/BUILD
Commit message (Expand)AuthorAge
* Add the plumbing for an autograph flag to defun. Disabled and experimental fo...Gravatar Dan Moldovan2018-10-05
* Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* 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
* eager: Graceful failure on invalid inputs.Gravatar Asim Shankar2018-09-12
* Allow gradients() calls from inside a tfe.defun wrt captured tensors.Gravatar Skye Wanderman-Milne2018-09-05
* Switch cond_v2 to using tfe.defun instead of function.Defun.Gravatar Skye Wanderman-Milne2018-08-23
* Remove graph_callable.py and all references to it.Gravatar Akshay Agrawal2018-08-20
* Add an optional input signature for functions generated with defun.Gravatar Akshay Agrawal2018-08-06
* Fix //tensorflow/python/eager:memory_test in python 3Gravatar Allen Lavoie2018-07-24
* eager: Add a benchmark to contrast subclassed and functional keras models.Gravatar Asim Shankar2018-07-24
* Add missing numpy header dependency to pywrap_tfe_libGravatar Gunhan Gulsoy2018-06-18
* Add a test that checks memory usage by running a model 100k times.Gravatar Akshay Modi2018-06-13
* 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
* Delete old op gen code and replace with eager op gen.Gravatar Akshay Modi2018-05-09
* Include tensorflow::DataType header fileGravatar Akshay Modi2018-05-09
* Add FunctionTest.testLayerInDefunGravatar Igor Ganichev2018-04-12
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* tf.GradientTape: Clearly say that tf.while_loop and tf.cond are not supportedGravatar Asim Shankar2018-03-26
* gradients: Export tf.custom_gradientsGravatar Asim Shankar2018-03-05
* Internal change.Gravatar Anna R2018-01-30
* Reducing op overhead for eager.Gravatar Akshay Modi2018-01-22
* Fix tf.identity(resource variable) with eager execution and a deviceGravatar A. Unique TensorFlower2017-12-04
* Removes eager memory trace. Has been broken and unrunnable for a while (since...Gravatar Alexandre Passos2017-11-15
* Internal change.Gravatar Anna R2017-11-14
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Refactor eager benchmarks to subclass Benchmark.Gravatar Akshay Agrawal2017-11-06
* tfe.enable_eager_execution fails only if graphs have been created.Gravatar Alexandre Passos2017-10-19
* Fixes test breakage.Gravatar Alexandre Passos2017-10-18
* Pass context handle, device name to EagerTensor constructor inGravatar Akshay Agrawal2017-10-17
* Implement set_shape for EagerTensors for compatibiity with ops that call itGravatar Akshay Agrawal2017-10-16
* imperative_grad takes the tape instead of popping it.Gravatar Alexandre Passos2017-10-13
* Ports the eager gradient tape to C.Gravatar Alexandre Passos2017-10-13
* eager: Fix issue with custom_gradients and implicit_gradients.Gravatar Asim Shankar2017-10-13
* Watch trainable variables in graph_callable decorated functionsGravatar Akshay Agrawal2017-10-13
* Start of work towards ordering access to resources in tfe.defun/graph_callable.Gravatar Alexandre Passos2017-10-05
* Add srcs_version="PY2AND3"Gravatar Allen Lavoie2017-10-05
* Splits backprop.py in two files, one of which can be converted to CGravatar Alexandre Passos2017-10-05
* TFE: Fix tf.layers.FlattenGravatar Shanqing Cai2017-10-02
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Move Python sequence -> TensorFlow Tensor conversion fromGravatar A. Unique TensorFlower2017-09-16
* Remove dependency on autograd from tf.Gravatar Alexandre Passos2017-09-14
* eager: fixes build rule; adds requisite srcs_version field.Gravatar Ali Yahya2017-09-13
* eager: exposes graph_callable.Gravatar Ali Yahya2017-09-13
* Generate error (instead of segfault) when trying to copy string tensorGravatar A. Unique TensorFlower2017-09-12
* Resurrects autograd-free eager gradients.Gravatar Alexandre Passos2017-09-12