aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/python/lite_test.py
Commit message (Collapse)AuthorAge
* Automated rollback of commit d78c747e9177fc93d43a580acef2b62eb1420859Gravatar Smit Hinsu2018-10-09
| | | | PiperOrigin-RevId: 216463443
* Make lite_test.py run in open source.Gravatar Nupur Garg2018-10-09
| | | | PiperOrigin-RevId: 216445964
* Rename TFLite Extended -> TFLite FlexGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214854303
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214835588
* Rename TocoConverter to TFLiteConverter.Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214710175
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214705311
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
| | | | PiperOrigin-RevId: 214674717
* Internal change.Gravatar Nupur Garg2018-09-13
| | | | PiperOrigin-RevId: 212864677
* Fix lite_test.py.Gravatar Nupur Garg2018-09-05
| | | | PiperOrigin-RevId: 211719399
* Introduce post_training_quantize flag and deprecate quantize_weights flag.Gravatar Suharsh Sivakumar2018-08-31
| | | | PiperOrigin-RevId: 211124183
* Fix flaky tests in lite_test.py.Gravatar Nupur Garg2018-08-30
| | | | PiperOrigin-RevId: 211015230
* Change the data type of mean_values and std_dev_values to float.Gravatar Yunlu Li2018-08-30
| | | | PiperOrigin-RevId: 211010293
* Add more model support to TocoConverter.Gravatar Nupur Garg2018-08-28
| | | | PiperOrigin-RevId: 210643904
* Fix from_from_keras_model_file function in TocoConverter.Gravatar Nupur Garg2018-08-09
| | | | PiperOrigin-RevId: 208133502
* Adds tf.keras support to TocoConverter.Gravatar Nupur Garg2018-06-25
| | | | PiperOrigin-RevId: 202037381
* Some fixes to testInferenceInputTypeGravatar A. Unique TensorFlower2018-06-15
| | | | PiperOrigin-RevId: 200789288
* Add features to TOCO Python API.Gravatar Nupur Garg2018-06-07
| | | | PiperOrigin-RevId: 199676295
* Updated SavedModels in Python TOCO API.Gravatar Nupur Garg2018-06-07
| | | | PiperOrigin-RevId: 199658431
* quantize_weights flag for tflite_convert.Gravatar Suharsh Sivakumar2018-06-06
| | | | PiperOrigin-RevId: 199549093
* nit: FlatBuffer -> FrozenGraphGravatar Suharsh Sivakumar2018-06-04
| | | | PiperOrigin-RevId: 199205459
* Improve TOCO error handling.Gravatar Nupur Garg2018-06-04
| | | | PiperOrigin-RevId: 199186109
* Fixed Python API.Gravatar Nupur Garg2018-05-31
| | | | PiperOrigin-RevId: 198795738
* Add attributes to TFLite Python API.Gravatar Nupur Garg2018-05-31
| | | | PiperOrigin-RevId: 198774775
* Enable TOCO pip command line binding.Gravatar Nupur Garg2018-05-30
| | | | PiperOrigin-RevId: 198649827
* Improve TOCO Python API.Gravatar Nupur Garg2018-05-24
| | | | PiperOrigin-RevId: 197918102
* Improve TOCO SavedModel support.Gravatar Nupur Garg2018-04-23
| | | | PiperOrigin-RevId: 194009891
* Create an interface to create hints for future toco conversions.Gravatar Andrew Selle2018-01-30
| | | | | | | | | | Specifically, tf.contrib.lite.OpHint can create "breadcrumb" hints that describe encapsulation of multiple TensorFlow ops that make up a TensorFlow lite builtin or custom op. These can later be replaced with stub versions in a GraphDef or SavedModel. PiperOrigin-RevId: 183846742
* Make toco_convert work with int8 output.Gravatar A. Unique TensorFlower2018-01-16
| | | | PiperOrigin-RevId: 182111798
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445