aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/model.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Move InterpreterBuilder's destructor to the .cc file.Gravatar A. Unique TensorFlower2018-07-03
| | | | PiperOrigin-RevId: 203200781
* 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
* Automated g4 rollback of changelist 194306629Gravatar Yu-Cheng Ling2018-04-27
| | | | PiperOrigin-RevId: 194507274
* Refactoring: Remove a redundant map from model.h.Gravatar Yu-Cheng Ling2018-04-25
| | | | PiperOrigin-RevId: 194306629
* Validate errorReporter and improve the documentation on it.Gravatar Andrew Selle2018-04-06
| | | | PiperOrigin-RevId: 191920009
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Set number of threads at Java interpreter constructor so that Conv Kernels ↵Gravatar A. Unique TensorFlower2018-03-16
| | | | | | | | can be selected properly. Remove setNumThreads in the Java API as its behavior is ambiguous. PiperOrigin-RevId: 189370770
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Pass error reporter to file copy allocation,Gravatar A. Unique TensorFlower2018-03-15
| | | | | | and avoid loading model from file twice PiperOrigin-RevId: 189256489
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Adds support for loading model directly from a Flatbuffer object.Gravatar A. Unique TensorFlower2017-12-07
| | | | PiperOrigin-RevId: 178270704
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445