aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/model_test.cc
Commit message (Collapse)AuthorAge
* Use weak symbols to inject flex delegatesGravatar Jared Duke2018-10-04
| | | | PiperOrigin-RevId: 215788183
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Automated rollback of commit 97fb9a9c7c72c405a790eea698a91654d5184fedGravatar Jared Duke2018-08-29
| | | | PiperOrigin-RevId: 210755689
* Disable rtti for (most) TFLite targets on AndroidGravatar Jared Duke2018-08-29
| | | | PiperOrigin-RevId: 210729533
* An ErrorReporter to be used in tests.Gravatar A. Unique TensorFlower2018-07-25
| | | | PiperOrigin-RevId: 206012444
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
| | | | PiperOrigin-RevId: 205744600
* Refactoring: Make OpResolver return const pointer.Gravatar Yu-Cheng Ling2018-05-14
| | | | PiperOrigin-RevId: 196587227
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
| | | | PiperOrigin-RevId: 196448769
* Pass error reporter to file copy allocation,Gravatar A. Unique TensorFlower2018-03-15
| | | | | | and avoid loading model from file twice PiperOrigin-RevId: 189256489
* Move flatbuffer verifier to a separate libGravatar A. Unique TensorFlower2018-01-25
| | | | PiperOrigin-RevId: 183318384
* Adds support for loading model directly from a Flatbuffer object.Gravatar A. Unique TensorFlower2017-12-07
| | | | PiperOrigin-RevId: 178270704
* Internal ChangeGravatar A. Unique TensorFlower2017-12-01
| | | | PiperOrigin-RevId: 177611775
* Verify file content before constructing the modelGravatar A. Unique TensorFlower2017-11-15
| | | | PiperOrigin-RevId: 175914923
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445