aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco
Commit message (Expand)AuthorAge
* Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.Gravatar A. Unique TensorFlower2018-10-09
* Move tflite_convert g3docs, so they will be pulled into the site.Gravatar Mark Daoust2018-10-09
* Return ::tensorflow::Status in Toco Graph Transformations.Gravatar Yu-Cheng Ling2018-10-09
* Update TFLite Converter documentation.Gravatar Nupur Garg2018-10-09
* Fixing Toco for exporting graphs with stringsGravatar A. Unique TensorFlower2018-10-09
* Fix issue with type inference for ops with fixed output typesGravatar Jared Duke2018-10-08
* Remove the restrictions that constant resolution of reduce_sum operators must...Gravatar A. Unique TensorFlower2018-10-08
* Handle Range & BatchMatMul in partial Flex modeGravatar Yu-Cheng Ling2018-10-05
* Refactoring TFLite export code. Unify OperatorCode generation logic.Gravatar Yu-Cheng Ling2018-10-05
* Automated rollback of commit 8dc7bc7764150253c03a666eee84fc48f867d6a2Gravatar A. Unique TensorFlower2018-10-04
* TFLite Flex: Blacklist Control Flow OpsGravatar Yu-Cheng Ling2018-10-03
* In all constant-propagation transformations, check that the array we'd be tur...Gravatar A. Unique TensorFlower2018-10-02
* Make RemoveTrivialPassthrough preserve minmax-related infoGravatar A. Unique TensorFlower2018-10-02
* Fix a bug: the use of sequence-point boolean operators here had theGravatar A. Unique TensorFlower2018-10-02
* Do not warn about loss of accuracy in trivial cases when all array elementsGravatar A. Unique TensorFlower2018-10-02
* Allow passing --allow_nonexistent_arrays via toco_convertGravatar A. Unique TensorFlower2018-10-02
* Generate an error when --rnn_states refers to array names that aren't produce...Gravatar A. Unique TensorFlower2018-10-02
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
* Reduce the size of //tensorflow/tools/pip_package:simple_console_windowsGravatar A. Unique TensorFlower2018-09-27
* Rename TocoConverter to TFLiteConverter.Gravatar Nupur Garg2018-09-26
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
* Allow empty arrays to occur as the first input to the concat op.Gravatar A. Unique TensorFlower2018-09-25
* Updated to newest FlatBuffers and FlexBuffers.Gravatar A. Unique TensorFlower2018-09-24
* Update links to install pages.Gravatar Billy Lamberta2018-09-20
* Fix missing TODO.Gravatar Suharsh Sivakumar2018-09-20
* TOCO transformations updated to support dilated depthwise convolution.Gravatar Suharsh Sivakumar2018-09-19
* Two improvements in resolve_tensorflow_matmul:Gravatar A. Unique TensorFlower2018-09-19
* Fixes in ResolveReorderAxes.Gravatar A. Unique TensorFlower2018-09-19
* Enable large constant array deduping by default.Gravatar A. Unique TensorFlower2018-09-19
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Improve output parsing for unsupported opsGravatar Jared Duke2018-09-14
* Reland "Add basic type propagation for unsupported ops in TFLite conversion"Gravatar Jared Duke2018-09-13
* Automated rollback of commit 6b507a6de855a6f988100904229b7f46a5652b88Gravatar Suharsh Sivakumar2018-09-13
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Add basic type propagation for unsupported ops in TFLite conversionGravatar Jared Duke2018-09-12
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* Merge pull request #21611 from kouml:removing_redundant_semicolonGravatar TensorFlower Gardener2018-09-10
|\
* | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-06
* | Update diagram in TOCO README.Gravatar Nupur Garg2018-09-05
* | Minimum change for generating Eager ops with Toco.Gravatar Yu-Cheng Ling2018-09-05
* | Hardcode input range from output for reluGravatar A. Unique TensorFlower2018-09-04
* | Minor cleanup: Simplify declaration of transformation.Gravatar Suharsh Sivakumar2018-08-31
* | Fixing Any operator.Gravatar A. Unique TensorFlower2018-08-31
* | Introduce post_training_quantize flag and deprecate quantize_weights flag.Gravatar Suharsh Sivakumar2018-08-31
* | Documentation fixes.Gravatar Nupur Garg2018-08-31
* | Call new tflite buffer quantize weights transformation tool from TOCO.Gravatar Suharsh Sivakumar2018-08-30
* | Enable quantization support for TopKGravatar Ben Lee2018-08-30
* | Change the data type of mean_values and std_dev_values to float.Gravatar Yunlu Li2018-08-30