aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/platform/benchmark.py
Commit message (Expand)AuthorAge
* Add tf.BenchmarkConfig that returns a session config appropriate for benchmar...Gravatar A. Unique TensorFlower2018-10-08
* Fix indentation bug in benchmark output.Gravatar Eugene Brevdo2018-07-09
* Add a collect_trace option to run_op_benchmark for cases when callers just wantGravatar Anna R2018-05-02
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Automated g4 rollback of changelist 149812908Gravatar A. Unique TensorFlower2017-11-13
* Internal change.Gravatar Anna R2017-09-26
* Print benchmark output if reporting is not requested.Gravatar Anna R2017-05-17
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* Allow external code to disable run_op_benchmark's memory logging.Gravatar Eugene Brevdo2017-03-10
* More conversions of flags library to argparse.Gravatar Vijay Vasudevan2017-01-11
* Benchmark.run_op_benchmark now also stores (memory) allocator maximum usageGravatar Eugene Brevdo2017-01-06
* Add tf-benchmark test for DNNClassifier.Gravatar A. Unique TensorFlower2016-12-14
* Add missing dependencies and resolve circular dependencies.Gravatar Patrick Nguyen2016-11-23
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Add a new op split_v that can handle variable size splits.Gravatar A. Unique TensorFlower2016-11-10
* Add set of benchmarks for sampling from tf.contrib.distributions.MixtureGravatar Eugene Brevdo2016-09-15
* Add an 'extras' argument to run_op_benchmark.Gravatar A. Unique TensorFlower2016-08-01
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Change tensorflow benchmark code to export results as serialized proto insteadGravatar A. Unique TensorFlower2016-04-22
* Clean up benchmark.py after previous modifications and add unit test.Gravatar Eugene Brevdo2016-04-11
* Fix RNN performance bug. + Additions to rnn benchmarks & benchmarks.py.Gravatar Eugene Brevdo2016-04-10
* Add a subclass of Benchmark called TensorFlowBenchmark.Gravatar Eugene Brevdo2016-03-30
* Python3 fix for benchmarksGravatar Eugene Brevdo2016-03-21
* Convert RNN benchmarks to new Benchmark test & runner.Gravatar Eugene Brevdo2016-03-18
* Fix whitespace error in benchmark.Gravatar Eugene Brevdo2016-03-18
* Add TensorFlow python Benchmark base class, registration mechanism, and test ...Gravatar Eugene Brevdo2016-03-18