aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/toco_tooling.cc
Commit message (Expand)AuthorAge
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
* TOCO transformations updated to support dilated depthwise convolution.Gravatar Suharsh Sivakumar2018-09-19
* Enable large constant array deduping by default.Gravatar A. Unique TensorFlower2018-09-19
* Minimum change for generating Eager ops with Toco.Gravatar Yu-Cheng Ling2018-09-05
* Introduce post_training_quantize flag and deprecate quantize_weights flag.Gravatar Suharsh Sivakumar2018-08-31
* Call new tflite buffer quantize weights transformation tool from TOCO.Gravatar Suharsh Sivakumar2018-08-30
* Adding constant Select and Tile resolution.Gravatar A. Unique TensorFlower2018-08-13
* Update functionality of --allow_nudging_weights_to_use_fast_gemm_kernel.Gravatar Nupur Garg2018-07-27
* Fixing gather to support round-tripping non-zero axis.Gravatar A. Unique TensorFlower2018-07-18
* toco thinks Stack is the same as Pack.Gravatar A. Unique TensorFlower2018-07-17
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
* Call QuantizeWeights transformation *after* batchnorms have been folded.Gravatar Suharsh Sivakumar2018-07-07
* Added graph transformation to push reshapes downstream of broadcasting binary...Gravatar A. Unique TensorFlower2018-07-02
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-26
* Fix operator names.Gravatar A. Unique TensorFlower2018-06-20
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-06-14
* Quantize weights transformation for toco.Gravatar Suharsh Sivakumar2018-06-01
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
* Modify the python interface to toco to provide arithmetic operations used by ...Gravatar A. Unique TensorFlower2018-05-11
* Adding constant slice op support.Gravatar A. Unique TensorFlower2018-05-09
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* Post-transform pass to dedupe large constant arrays.Gravatar A. Unique TensorFlower2018-05-03
* Make toco generate uint8 weights that are safe for fast int8 kernels.Gravatar A. Unique TensorFlower2018-04-18
* Allow default min/max ranges for int16 data types.Gravatar A. Unique TensorFlower2018-04-18
* Fixes and cleanup to support more complex quantized models and adds Propagate...Gravatar A. Unique TensorFlower2018-04-17
* ResolveConstantReshape transformation and fix for ResolveConstantTranspose.Gravatar A. Unique TensorFlower2018-04-12
* Support for removing unfused quantized activation functions and min/max.Gravatar A. Unique TensorFlower2018-04-11
* quantized LSTM support improvementsGravatar A. Unique TensorFlower2018-04-05
* Three operators are added that can be used to decrease the number ofGravatar A. Unique TensorFlower2018-04-03
* Adding support for RandomUniform. Basic support for op import/export of Rando...Gravatar A. Unique TensorFlower2018-04-02
* Automated g4 rollback of changelist 190808678Gravatar A. Unique TensorFlower2018-03-29
* Reorder element wise operators across reshape operators.Gravatar A. Unique TensorFlower2018-03-28
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
* Fixing constant output arrays by inserting synthetic reshapes.Gravatar A. Unique TensorFlower2018-03-16
* Allowing ReorderActivationFunctions to reorder output arrays and adding suppo...Gravatar A. Unique TensorFlower2018-03-09
* Adding support for constant Gather ops.Gravatar A. Unique TensorFlower2018-03-09
* Convert Squeeze into Reshape and support squeezes on all dimensions.Gravatar A. Unique TensorFlower2018-03-09
* Implement support for unpartitioning tf.nn.embedding_lookup into a single gat...Gravatar A. Unique TensorFlower2018-02-27
* LSTM support: Quantized types, quantization params for 16-bit unfused LSTMs.Gravatar A. Unique TensorFlower2018-02-22
* Adds support for identifying dilated convolution emulation.Gravatar A. Unique TensorFlower2018-02-22
* Add basic support for quantized unfused LSTMs.Gravatar A. Unique TensorFlower2018-02-22
* Fix handling of types in RNN state import. Sanitize TF node names.Gravatar A. Unique TensorFlower2018-02-15
* Optimize away multiply by constant zeroGravatar A. Unique TensorFlower2018-02-15
* Add BatchMatMul support and improve tensorflow graphdef export by adding ops ...Gravatar A. Unique TensorFlower2018-02-07
* LSTM for TFlite/TocoGravatar Zhixian Yan2018-02-06
* We used to bypass fake-quant nodes in resolve_reorder_axes, as a hack as weGravatar A. Unique TensorFlower2018-02-06
* Add transformation that exchanges a Reshape followed by an activation function.Gravatar A. Unique TensorFlower2018-01-29