aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/graph_transformations
Commit message (Expand)AuthorAge
* Use Ophints to support TfLite UnidirectionaSequenceLstm and add an e2e test.Gravatar A. Unique TensorFlower2018-10-09
* Return ::tensorflow::Status in Toco Graph Transformations.Gravatar Yu-Cheng Ling2018-10-09
* Remove the restrictions that constant resolution of reduce_sum operators must...Gravatar A. Unique TensorFlower2018-10-08
* Automated rollback of commit 8dc7bc7764150253c03a666eee84fc48f867d6a2Gravatar A. Unique TensorFlower2018-10-04
* 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
* Generate an error when --rnn_states refers to array names that aren't produce...Gravatar A. Unique TensorFlower2018-10-02
* Allow empty arrays to occur as the first input to the concat op.Gravatar A. Unique TensorFlower2018-09-25
* 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
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-06
* 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
* Call new tflite buffer quantize weights transformation tool from TOCO.Gravatar Suharsh Sivakumar2018-08-30
* Enable quantization support for TopKGravatar Ben Lee2018-08-30
* Adding support for resolving constant Exp ops.Gravatar A. Unique TensorFlower2018-08-30
* Finish Pack operator, marking as quantizable.Gravatar A. Unique TensorFlower2018-08-30
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Fix Unroll Batch Matmul Pack parameter bug.Gravatar A. Unique TensorFlower2018-08-17
* Propagate narrow_range flags in suitable constant-propagationGravatar A. Unique TensorFlower2018-08-17
* TOCO Bugfix: Do not transform Conv() to DepthwiseConv() if weights is sharedGravatar A. Unique TensorFlower2018-08-15
* Propagate minmax information across input and outputs of Reshape.Gravatar Suharsh Sivakumar2018-08-14
* Toco: Fix a minor problem in affine fusing.Gravatar Yu-Cheng Ling2018-08-14
* TOCO Bugfix: Do not fuse affine if weights/bias has other consumer op.Gravatar Yu-Cheng Ling2018-08-14
* Fixing bad conditional.Gravatar A. Unique TensorFlower2018-08-14
* Adding constant Select and Tile resolution.Gravatar A. Unique TensorFlower2018-08-13
* Add helpful error output for Switch-related toco failureGravatar Jared Duke2018-08-09
* Enable quantization support for ExpandDimsGravatar A. Unique TensorFlower2018-08-08
* Fixing for TopKV2 shape propagation in Toco.Gravatar A. Unique TensorFlower2018-08-08
* ResolveConstantFakeQuant should try to match the exact math of the FakeQuant ...Gravatar Suharsh Sivakumar2018-08-06
* Add Shape operator to quantization support whitelistGravatar Jared Duke2018-08-06
* Add support for float output arrays in Quantized custom operators (custom ops...Gravatar A. Unique TensorFlower2018-08-03
* Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
* Add support for processing quantized version of reduce_sum in tocoGravatar A. Unique TensorFlower2018-08-02
* Fix lint issueGravatar A. Unique TensorFlower2018-07-30
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* Update functionality of --allow_nudging_weights_to_use_fast_gemm_kernel.Gravatar Nupur Garg2018-07-27
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Support for shape attributes in custom ops for TocoGravatar A. Unique TensorFlower2018-07-25
* BatchToSpaceND support quantization, so make the transformation know that.Gravatar Suharsh Sivakumar2018-07-24
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Import/export support for Any, LogicalAnd, and LogicalNot ops.Gravatar A. Unique TensorFlower2018-07-18
* Prevent removal of reshapes that need to remain for proper shape information.Gravatar A. Unique TensorFlower2018-07-18
* Fixing gather to support round-tripping non-zero axis.Gravatar A. Unique TensorFlower2018-07-18