aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/tools/accuracy
Commit message (Collapse)AuthorAge
* Replace blanket-exclusion of TF Lite tests with --build_tests_onlyGravatar Austin Anderson2018-09-07
| | | | PiperOrigin-RevId: 212065169
* Fix a test.Gravatar Shashi Shekhar2018-09-03
| | | | PiperOrigin-RevId: 211377977
* Fix lambda capture.Gravatar Shashi Shekhar2018-08-31
| | | | PiperOrigin-RevId: 211180182
* Enable tests.Gravatar Shashi Shekhar2018-08-30
| | | | PiperOrigin-RevId: 211039694
* Add parallel evaluation and blacklist support.Gravatar Shashi Shekhar2018-08-30
| | | | PiperOrigin-RevId: 210957416
* Fix docs.Gravatar Shashi Shekhar2018-08-29
| | | | PiperOrigin-RevId: 210817119
* Automated rollback of commit 683e21314a80ac6cb89eb959465ded41e381d23cGravatar Shashi Shekhar2018-08-28
| | | | PiperOrigin-RevId: 210615521
* Automated rollback of commit 5aaebe06b476d7b7484d6eb2b68440654557018aGravatar Gunhan Gulsoy2018-08-28
| | | | PiperOrigin-RevId: 210594076
* Add missing file.Gravatar Shashi Shekhar2018-08-28
| | | | PiperOrigin-RevId: 210565982
* Fix links in docs.Gravatar Shashi Shekhar2018-08-24
| | | | PiperOrigin-RevId: 210180247
* Add documentation for the accuracy tool.Gravatar Shashi Shekhar2018-08-24
| | | | | | | - Adds some documentation for the accuracy tool. - Some build fixes to worker with older version of NDK. PiperOrigin-RevId: 210173534
* Add an accuracy tool that can be used to evaluate model accuracy on device.Gravatar Shashi Shekhar2018-08-22
- Adds an accuracy tool that can be used to develop evaluation pipelines to evaluate model accuracies. - The binary can be compiled for mobile platforms and the tool can be used to evaluate accuracy of models by running the binary on device. - Adds an example implementation for imagenet ILSVRC classification task accuracy evaluation. - More documentations and details coming soon. PiperOrigin-RevId: 209869774