aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/register.cc
Commit message (Collapse)AuthorAge
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214835588
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214705311
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
| | | | PiperOrigin-RevId: 214674717
* Add min/max version for depthwise conv.Gravatar Suharsh Sivakumar2018-09-19
| | | | PiperOrigin-RevId: 213698663
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213227615
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212577288
* Relu1 custom op.Gravatar Alan Chiao2018-09-04
| | | | | | | This is implemented as custom op instead of builtin op because Relu1 is not supported in Tensorflow and not commonly used. PiperOrigin-RevId: 211571619
* Create layer norm LSTM custom Op.Gravatar Jian Li2018-09-04
| | | | PiperOrigin-RevId: 211505721
* Implementation of floor_div.Gravatar A. Unique TensorFlower2018-08-28
| | | | PiperOrigin-RevId: 210533721
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
| | | | PiperOrigin-RevId: 210507220
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
| | | | PiperOrigin-RevId: 210051131
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209634537
* Refactoring: Extract IsEagerOp function to shared component.Gravatar Yu-Cheng Ling2018-08-16
| | | | PiperOrigin-RevId: 209027338
* Fix the Eager prefix constant.Gravatar Yu-Cheng Ling2018-08-14
| | | | PiperOrigin-RevId: 208738888
* Implementation of logical_and logical_notGravatar A. Unique TensorFlower2018-08-06
| | | | PiperOrigin-RevId: 207642985
* Assign NullOps to all custom ops starting with Eager:Gravatar A. Unique TensorFlower2018-08-02
| | | | PiperOrigin-RevId: 207108296
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
| | | | PiperOrigin-RevId: 206549781
* 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 reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
| | | | PiperOrigin-RevId: 204846139
* 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
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202262513
* 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 TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
| | | | PiperOrigin-RevId: 201191877
* Rename object detection custom op filenames to be consistent with earlier ↵Gravatar A. Unique TensorFlower2018-06-18
| | | | | | comments on renaming the file and op. PiperOrigin-RevId: 200999974
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
| | | | PiperOrigin-RevId: 200895985
* TFLite Custom op for object detection postprocessing.Gravatar A. Unique TensorFlower2018-06-15
| | | | PiperOrigin-RevId: 200820561
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199735191
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199602232
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
| | | | PiperOrigin-RevId: 198943559
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198913026
* 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
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
| | | | PiperOrigin-RevId: 196448769
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
| | | | PiperOrigin-RevId: 196062186
* Implementation of Slice.Gravatar A. Unique TensorFlower2018-05-09
| | | | PiperOrigin-RevId: 195926057
* Add support for select (via tf.where) support to tflite.Gravatar A. Unique TensorFlower2018-05-07
| | | | PiperOrigin-RevId: 195734246
* Adding Greater/GreaterEqual/LessEqual ops to complement Less.Gravatar A. Unique TensorFlower2018-05-07
| | | | PiperOrigin-RevId: 195704492
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
| | | | PiperOrigin-RevId: 195503894
* Implement neg opGravatar Alan Chiao2018-05-04
| | | | PiperOrigin-RevId: 195435079
* Implement floor operatorGravatar A. Unique TensorFlower2018-04-26
| | | | PiperOrigin-RevId: 194490433
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
| | | | PiperOrigin-RevId: 192728635
* Added minimum op, better type support in maximum.Gravatar A. Unique TensorFlower2018-04-10
| | | | PiperOrigin-RevId: 192292693
* Implementation of ArgMaxGravatar A. Unique TensorFlower2018-04-09
| | | | PiperOrigin-RevId: 192236845
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392