aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/reporter.h
Commit message (Collapse)AuthorAge
* Add methods to TestReporter to log extras for benchmarks.Gravatar Shashi Shekhar2018-04-06
| | | | PiperOrigin-RevId: 191960433
* Fix code that ignores tensorflow::Status.Gravatar Justin Lebar2017-03-03
| | | | Change: 149170109
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123900938
* Change tensorflow benchmark code to export results as serialized proto insteadGravatar A. Unique TensorFlower2016-04-22
| | | | | | of text proto. This simplifies ues of LITE_RUNTIME for mobile, where text functions are not available natively. Change: 120545368
* Final fix to TestReporter (hopefully).Gravatar Eugene Brevdo2016-02-26
| | | | Change: 115675044
* Rollback of "TestReporter is back in. Maybe also fixed the Android build."Gravatar Vijay Vasudevan2016-02-25
| | | | | Test fails. Change: 115602477
* TestReporter is back in. Maybe also fixed the Android build.Gravatar Eugene Brevdo2016-02-25
| | | | Change: 115589642
* TensorFlow: fix bug in StringPiece::contains which made it alwaysGravatar Vijay Vasudevan2016-02-25
| | | | | | return true. Add a unittest to catch this type of regression in the future. Change: 115573280
* Added TestReporter and test / benchmark reporting tools.Gravatar Eugene Brevdo2016-02-25
These tools are meant to allow recording of benchmark & unit test structured output to pbtxt files in a directory only when the environment variable TEST_REPORT_FILE_PREFIX is set. For now, only saving of C++ microbenchmark output is supported. Change: 115518303