aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager
Commit message (Expand)AuthorAge
* Fix use-after-free bug.Gravatar Alexandre Passos2017-11-13
* Implement __format__ for EagerTensorGravatar Akshay Agrawal2017-11-13
* Moves tape.watch_variable to C. Prequel to moving the tape stack to C.Gravatar Alexandre Passos2017-11-13
* Raise RuntimeError when GradientTape.gradient is called more than onceGravatar Igor Ganichev2017-11-10
* Inherit container prefix in defun.Gravatar Akshay Agrawal2017-11-10
* Improvement to benchmark.Gravatar Alexandre Passos2017-11-10
* More gradient-related microbenchmarks.Gravatar Alexandre Passos2017-11-10
* Tensor template argument to gradienttape was unnecessary.Gravatar Alexandre Passos2017-11-10
* Instances per second in the eager microbenchmarks.Gravatar Alexandre Passos2017-11-10
* Removes void*s from the tape gradient code, replacing with templates.Gravatar Alexandre Passos2017-11-10
* Improve error message for @graph_callable argument checkGravatar Igor Ganichev2017-11-10
* Make assert_equal/_none_equal/_less ops work in eager modeGravatar Igor Ganichev2017-11-10
* More idiomatic tests for defuns using variables.Gravatar Alexandre Passos2017-11-10
* Moves imperative_grad to CGravatar Alexandre Passos2017-11-10
* Unicode handling in py2 when eager execution is enabled.Gravatar Alexandre Passos2017-11-07
* Fixes indendation bug in make_vjpGravatar Alexandre Passos2017-11-07
* Refactor eager benchmarks to subclass Benchmark.Gravatar Akshay Agrawal2017-11-06
* Memory leak detected when running a heap checker in our tests.Gravatar Alexandre Passos2017-11-06
* Allowing __iter__ over 1+dimensional tensors with known shapes.Gravatar Alexandre Passos2017-11-03
* TF Eager: Add benchmark for inline version of tf.multiply.Gravatar A. Unique TensorFlower2017-11-01
* Add TFE_Py_TensorShapeSlice functionGravatar Igor Ganichev2017-10-31
* Report a nicer error message when differentiating a functionGravatar Akshay Agrawal2017-10-30
* Fix issue with gradients of functions which return multiple values.Gravatar Alexandre Passos2017-10-27
* custom_gradient functions should be able to return their inputsGravatar Alexandre Passos2017-10-27
* Add Tensor._rank() getterGravatar Igor Ganichev2017-10-27
* Avoid assigning incompatible shapes to variableGravatar A. Unique TensorFlower2017-10-26
* Implement __int__, __float__ for EagerTensorsGravatar Akshay Agrawal2017-10-26
* Proper destructuring of function arguments.Gravatar Alexandre Passos2017-10-25
* Support general callables in backprop.Gravatar Alexandre Passos2017-10-25
* Better hint in eager device placement error message.Gravatar A. Unique TensorFlower2017-10-24
* EagerTensor.__copy__ and __deepcopy__Gravatar Alexandre Passos2017-10-23
* tf.constant takes numpy dtypes in eager mode as wellGravatar Alexandre Passos2017-10-23
* Make Optimizer.minimize work when eager execution is enabled.Gravatar A. Unique TensorFlower2017-10-23
* Makes gradients_function exception-safe.Gravatar Alexandre Passos2017-10-23
* Functions in graph mode can call other functions in graph mode.Gravatar Alexandre Passos2017-10-23
* Switching contrib.summaries API to be context-manager-centricGravatar Alexandre Passos2017-10-23
* Allows tfe.enable_eager_execution(device_policy=tfe.DEVICE_POLICY_WARN).Gravatar Alexandre Passos2017-10-20
* Simplifies capturing code in graph_callable to use recent function improvements.Gravatar Alexandre Passos2017-10-20
* Avoid silent variable sharing with ResourceVariable class.Gravatar A. Unique TensorFlower2017-10-20
* Address Metrics TODOs, in particular we'd like them to work inGravatar A. Unique TensorFlower2017-10-19
* Adds tfe.IsolateTest, an Eager-agnostic abstraction for isolating resourcesGravatar Allen Lavoie2017-10-19
* One less error message in gradients_functionGravatar Alexandre Passos2017-10-19
* Context-specific C API to set options other than configproto (still unused)Gravatar Alexandre Passos2017-10-19
* Use "nullptr" instead of other null pointer constantsGravatar A. Unique TensorFlower2017-10-19
* Context-manager-based gradient APIGravatar Alexandre Passos2017-10-19
* tfe.enable_eager_execution fails only if graphs have been created.Gravatar Alexandre Passos2017-10-19
* Replace as_gpu_tensor and as_cpu_tensor to gpu and cpuGravatar A. Unique TensorFlower2017-10-18
* Fixes test breakage.Gravatar Alexandre Passos2017-10-18
* EagerTensor.__array__Gravatar Alexandre Passos2017-10-17
* Pass context handle, device name to EagerTensor constructor inGravatar Akshay Agrawal2017-10-17