aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/profiling
Commit message (Collapse)AuthorAge
* Fix a test.Gravatar Shashi Shekhar2018-10-03
| | | | | | | - SetCustomOp also sets the name of the custom op. Test was checking against the wrong name in the profile. PiperOrigin-RevId: 215665359
* Increase error-epsilon for ProfilingTest::ProfilesAreCollected.Gravatar Todd Wang2018-10-03
| | | | PiperOrigin-RevId: 215654327
* More changes for TFLite portabilityGravatar Jared Duke2018-07-26
| | | | PiperOrigin-RevId: 206202981
* Enable a few oss profiler tests.Gravatar Shashi Shekhar2018-07-20
| | | | PiperOrigin-RevId: 205495906
* Fix a bug in stats updation and add a test.Gravatar Shashi Shekhar2018-07-20
| | | | PiperOrigin-RevId: 205458337
* Add 'no_oss' to all TF Lite tests that are not running in kokoroGravatar A. Unique TensorFlower2018-07-17
| | | | PiperOrigin-RevId: 204978094
* make benchmark_model for tflite buildGravatar Koan-Sin Tan2018-06-27
|
* Allow ops to annotate their own profile info.Gravatar A. Unique TensorFlower2018-06-21
| | | | PiperOrigin-RevId: 201579919
* Fix a few copts.Gravatar Shashi Shekhar2018-06-12
| | | | PiperOrigin-RevId: 200241859
* Misc fixes to benchmarks.Gravatar Shashi Shekhar2018-06-07
| | | | PiperOrigin-RevId: 199676652
* Move benchmarking code to a new directory and add some documentation.Gravatar Shashi Shekhar2018-06-04
| | | | PiperOrigin-RevId: 199200246
* Fix ProfileSummarizer build, use properly qualified string references.Gravatar Shashi Shekhar2018-06-01
| | | | PiperOrigin-RevId: 198887868
* Add profiling statistics to benchmark.Gravatar Shashi Shekhar2018-05-31
| | | | PiperOrigin-RevId: 198767297
* Refactor StatSummarizer extract common functionality without proto dependencies.Gravatar Shashi Shekhar2018-05-23
| | | | PiperOrigin-RevId: 197816405
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
| | | | PiperOrigin-RevId: 194997009
* Fix a bug in profiler.Gravatar Shashi Shekhar2018-04-30
| | | | PiperOrigin-RevId: 194838948
* Fix some flakiness in test.Gravatar Shashi Shekhar2018-04-26
| | | | PiperOrigin-RevId: 194470125
* Fix typo in event field name.Gravatar Shashi Shekhar2018-04-24
| | | | PiperOrigin-RevId: 194117352
* Add a simple Profiler and instrument operator invocations in Interpreter.Gravatar Shashi Shekhar2018-04-16
PiperOrigin-RevId: 193133955