aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/builtin_op_data.h
Commit message (Expand)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Fix several build warnings in TFLiteGravatar Jared Duke2018-09-05
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
* Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* Add support to TFLite for dilated convolution.Gravatar A. Unique TensorFlower2018-04-13
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04
* Implement SplitGravatar A. Unique TensorFlower2018-02-15
* Export align_corners to TF LiteGravatar A. Unique TensorFlower2018-02-05
* Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.Gravatar Nupur Garg2018-01-29
* Make TFLite Mean op have parity with TF Reduce Mean op by changing theGravatar A. Unique TensorFlower2018-01-29
* Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.Gravatar Nupur Garg2018-01-29
* Make TFLite Transpose op have parity with TF Transpose op.Gravatar Nupur Garg2018-01-29
* Remove no longer used param fields from TfLiteResizeBilinerParamsGravatar A. Unique TensorFlower2018-01-25
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Make TFLite Pad op have parity with TF Pad op.Gravatar Nupur Garg2018-01-24
* Support StridedSlice in TFLite for 1D-4D tensors.Gravatar A. Unique TensorFlower2018-01-23
* Add support for time_major shape format to the sequential RNN Op in TF Lite.Gravatar A. Unique TensorFlower2018-01-19
* Supports Squeeze in Tf Lite.Gravatar A. Unique TensorFlower2018-01-18
* Create support for div and sub in tensorflow lite.Gravatar Andrew Selle2018-01-17
* Adds Mean op to Tensorflow Lite.Gravatar A. Unique TensorFlower2018-01-11
* Support Transpose in TFLite.Gravatar Nupur Garg2018-01-08
* Support SpaceToBatchND in TFLite.Gravatar Nupur Garg2018-01-02
* Support BatchToSpaceND in TFLiteGravatar Yu-Cheng Ling2017-12-14
* Implementation of Gather in TfLiteGravatar A. Unique TensorFlower2017-12-14
* Add support for "Pad".Gravatar Nupur Garg2017-12-13
* Internal Change.Gravatar Andrew Selle2017-11-10