aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/builtin_op_data.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Fix several build warnings in TFLiteGravatar Jared Duke2018-09-05
| | | | PiperOrigin-RevId: 211715608
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
| | | | PiperOrigin-RevId: 210051131
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
| | | | PiperOrigin-RevId: 206185190
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
| | | | PiperOrigin-RevId: 205763219
* Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
| | | | PiperOrigin-RevId: 204339562
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203969441
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203908601
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
| | | | | | including support for shuffled-weights fully-connected op. PiperOrigin-RevId: 202192299
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
| | | | PiperOrigin-RevId: 201389618
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
| | | | PiperOrigin-RevId: 200895985
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
| | | | PiperOrigin-RevId: 198943559
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198710452
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196806646
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
| | | | PiperOrigin-RevId: 195503894
* Add support to TFLite for dilated convolution.Gravatar A. Unique TensorFlower2018-04-13
| | | | PiperOrigin-RevId: 192770919
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
| | | | PiperOrigin-RevId: 192236845
* Turn Cast into a proper builtin operator.Gravatar A. Unique TensorFlower2018-04-04
| | | | PiperOrigin-RevId: 191590230
* Implement SplitGravatar A. Unique TensorFlower2018-02-15
| | | | PiperOrigin-RevId: 185904437
* Export align_corners to TF LiteGravatar A. Unique TensorFlower2018-02-05
| | | | PiperOrigin-RevId: 184622482
* Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.Gravatar Nupur Garg2018-01-29
| | | | PiperOrigin-RevId: 183734695
* Make TFLite Mean op have parity with TF Reduce Mean op by changing theGravatar A. Unique TensorFlower2018-01-29
| | | | | | representation of axis from an attribute to a tensor. PiperOrigin-RevId: 183701017
* Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.Gravatar Nupur Garg2018-01-29
| | | | PiperOrigin-RevId: 183687487
* Make TFLite Transpose op have parity with TF Transpose op.Gravatar Nupur Garg2018-01-29
| | | | PiperOrigin-RevId: 183676663
* Remove no longer used param fields from TfLiteResizeBilinerParamsGravatar A. Unique TensorFlower2018-01-25
| | | | PiperOrigin-RevId: 183284937
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Make TFLite Pad op have parity with TF Pad op.Gravatar Nupur Garg2018-01-24
| | | | PiperOrigin-RevId: 183131070
* Support StridedSlice in TFLite for 1D-4D tensors.Gravatar A. Unique TensorFlower2018-01-23
| | | | PiperOrigin-RevId: 183020501
* Add support for time_major shape format to the sequential RNN Op in TF Lite.Gravatar A. Unique TensorFlower2018-01-19
| | | | | | | | This option, if set, changes the shape format of the inputs and outputs to [max_time, batch_size, depth]. If false, it uses [batch_size, max_time, depth]. By default, it is set to false. PiperOrigin-RevId: 182569507
* Supports Squeeze in Tf Lite.Gravatar A. Unique TensorFlower2018-01-18
| | | | PiperOrigin-RevId: 182429180
* Create support for div and sub in tensorflow lite.Gravatar Andrew Selle2018-01-17
| | | | PiperOrigin-RevId: 182226574
* Adds Mean op to Tensorflow Lite.Gravatar A. Unique TensorFlower2018-01-11
| | | | PiperOrigin-RevId: 181658399
* Support Transpose in TFLite.Gravatar Nupur Garg2018-01-08
| | | | | | The internal implementation supports 1D-4D tensors. PiperOrigin-RevId: 181221674
* Support SpaceToBatchND in TFLite.Gravatar Nupur Garg2018-01-02
| | | | | | | | The internal implementation only supports 4D tensors for now. The dimension has to be 1 batch + 2 spatial + 1 other. The most common format within this restriction is NHWC. PiperOrigin-RevId: 180592870
* Support BatchToSpaceND in TFLiteGravatar Yu-Cheng Ling2017-12-14
| | | | | | | | | | The internal implementation only support 4D tensors for now. The dimension has to be 1 batch + 2 spatial + 1 other. The most common format within this restriction is NHWC. Cropping is not supported by the internal implementation. PiperOrigin-RevId: 179143332
* Implementation of Gather in TfLiteGravatar A. Unique TensorFlower2017-12-14
| | | | PiperOrigin-RevId: 179101363
* Add support for "Pad".Gravatar Nupur Garg2017-12-13
| | | | PiperOrigin-RevId: 178962340
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445