aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/g3doc
Commit message (Collapse)AuthorAge
* Move tflite_convert g3docs, so they will be pulled into the site.Gravatar Mark Daoust2018-10-09
| | | | PiperOrigin-RevId: 216452447
* Update TFLite Converter documentation.Gravatar Nupur Garg2018-10-09
| | | | PiperOrigin-RevId: 216386450
* Rename TocoConverter to TFLiteConverter.Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214710175
* Update links to install pages.Gravatar Billy Lamberta2018-09-20
| | | | PiperOrigin-RevId: 213917946
* Update diagram in TOCO README.Gravatar Nupur Garg2018-09-05
| | | | PiperOrigin-RevId: 211711493
* Introduce post_training_quantize flag and deprecate quantize_weights flag.Gravatar Suharsh Sivakumar2018-08-31
| | | | PiperOrigin-RevId: 211124183
* Documentation fixes.Gravatar Nupur Garg2018-08-31
| | | | PiperOrigin-RevId: 211092680
* Change the data type of mean_values and std_dev_values to float.Gravatar Yunlu Li2018-08-30
| | | | PiperOrigin-RevId: 211010293
* Fixed typo in TOCO command line docGravatar Anirudh Koul2018-07-21
|
* Updates TOCO documentation.Gravatar Nupur Garg2018-06-28
| | | | PiperOrigin-RevId: 202577530
* Adds tf.keras support to TocoConverter.Gravatar Nupur Garg2018-06-25
| | | | PiperOrigin-RevId: 202037381
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
| | | | | | Update references in source files and docs in tensorflow and related projects. PiperOrigin-RevId: 201766994
* Update TOCO command line documentation.Gravatar Nupur Garg2018-06-22
| | | | PiperOrigin-RevId: 201756935
* Updated documentation relating to quantized input stats.Gravatar Nupur Garg2018-06-06
| | | | PiperOrigin-RevId: 199556088
* Updates Python TOCO command line and TOCO documentation.Gravatar Nupur Garg2018-06-05
| | | | PiperOrigin-RevId: 199375811
* Quantize weights transformation for toco.Gravatar Suharsh Sivakumar2018-06-01
| | | | | | Finds float weight tensors, quantizes them to 8 bits, and adds Dequantize operations after them. PiperOrigin-RevId: 198955123
* Fixed Python API.Gravatar Nupur Garg2018-05-31
| | | | PiperOrigin-RevId: 198795738
* Enable TOCO pip command line binding.Gravatar Nupur Garg2018-05-30
| | | | PiperOrigin-RevId: 198649827
* Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247
* Improve TOCO Python API.Gravatar Nupur Garg2018-05-24
| | | | PiperOrigin-RevId: 197918102
* Updating documentation.Gravatar Nupur Garg2018-03-29
| | | | PiperOrigin-RevId: 191008662
* Merge changes from github.Gravatar Benoit Steiner2018-03-22
| | | | PiperOrigin-RevId: 190161440
* Changing ".lite" to ".tflite" in documents.Gravatar Yu-Cheng Ling2018-02-08
| | | | PiperOrigin-RevId: 185026484
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
| | | | PiperOrigin-RevId: 183100142
* Update documentation to the input_type changes.Gravatar A. Unique TensorFlower2017-11-20
| | | | PiperOrigin-RevId: 176371086
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-14
175703479 by yifeif: Internal change. -- 175695370 by A. Unique TensorFlower: Implements _shared_embedding_columns and adds some tests. -- 175695349 by A. Unique TensorFlower: Implements tf.metrics.true_negatives, adds missing tests and does some cleanup in tf.contrib.metrics. -- PiperOrigin-RevId: 175703479