aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/benchmarks_test.py
Commit message (Expand)AuthorAge
* This CL fixes a bug in the eager benchmarks test that caused the defun tests ...Gravatar A. Unique TensorFlower2018-10-04
* Move tf.scan benchmark from contrib/eager/examples to eager/benchmarks_test.pyGravatar Akshay Agrawal2018-09-10
* Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* Add a benchmark for forward+backward for defuns.Gravatar Akshay Modi2018-08-17
* Add more layers to the existing Functional and Subclassed models to make it m...Gravatar Anjali Sridhar2018-08-14
* Add an optional input signature for functions generated with defun.Gravatar Akshay Agrawal2018-08-06
* eager: Add a benchmark to contrast subclassed and functional keras models.Gravatar Asim Shankar2018-07-24
* Branch 191925087 (#18299)Gravatar Rasmus Munk Larsen2018-04-06
* Don't call context function either in the fastpath.Gravatar Akshay Modi2018-04-03
* Enable async eager mode in python. Add some benchmarks.Gravatar A. Unique TensorFlower2018-03-14
* Fix tensorflow/python/eager:benchmarks_test.Gravatar Anna R2018-03-14
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* ReadVariableOp in C for eager (only for the fastpath)Gravatar Akshay Modi2018-03-02
* Remove record_gradient param from benchmark functionGravatar Akshay Modi2018-02-28
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Fix read_variable_op GPU testGravatar Akshay Modi2018-02-09
* Add read resource variable benchmarks.Gravatar Akshay Modi2018-02-06
* Make TFE_Py_FastpathExecute work for all types of opsGravatar Akshay Modi2018-02-06
* Reducing op overhead for eager.Gravatar Akshay Modi2018-01-22
* Benchmark for tfe_py_execute(identity), for reference with the other identity...Gravatar Alexandre Passos2017-11-14
* More gradient-related microbenchmarks.Gravatar Alexandre Passos2017-11-10
* Instances per second in the eager microbenchmarks.Gravatar Alexandre Passos2017-11-10
* Refactor eager benchmarks to subclass Benchmark.Gravatar Akshay Agrawal2017-11-06
* TF Eager: Add benchmark for inline version of tf.multiply.Gravatar A. Unique TensorFlower2017-11-01
* Replace as_gpu_tensor and as_cpu_tensor to gpu and cpuGravatar A. Unique TensorFlower2017-10-18
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* Pass around the eager context object instead of getting itGravatar A. Unique TensorFlower2017-09-19
* Remove dependency on autograd from tf.Gravatar Alexandre Passos2017-09-14
* Benchmarks with backprop enabled (and removes overhead).Gravatar Alexandre Passos2017-08-18
* eager: Tool to measure execution overheadsGravatar Asim Shankar2017-08-16