aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/BUILD
Commit message (Collapse)AuthorAge
* Internal change.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215951354
* Merge the different LSTM EvalFloat/EvalHybrid calls into a single file.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215870962
* Sparse output fully connected custom op.Gravatar Alan Chiao2018-10-04
| | | | PiperOrigin-RevId: 215741296
* Automated rollback of commit c1b3b0b9e041d82e80c2cdcc623a387753daf0b4Gravatar Anna R2018-10-03
| | | | PiperOrigin-RevId: 215658770
* Internal change.Gravatar Anna R2018-10-03
| | | | PiperOrigin-RevId: 215631612
* Add generic fallback optimized implementations for dilated DepthwiseConv.Gravatar Suharsh Sivakumar2018-09-17
| | | | PiperOrigin-RevId: 213350122
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213227615
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* 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
* Disable rtti for builtin TFLite kernelsGravatar Jared Duke2018-09-04
| | | | PiperOrigin-RevId: 211514002
* 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 unpack op.Gravatar A. Unique TensorFlower2018-08-23
| | | | PiperOrigin-RevId: 210051131
* Refactoring: Extract IsEagerOp function to shared component.Gravatar Yu-Cheng Ling2018-08-16
| | | | PiperOrigin-RevId: 209027338
* Fix more issues with TFLite compilation on WindowsGravatar Jared Duke2018-08-06
| | | | PiperOrigin-RevId: 207569516
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
| | | | PiperOrigin-RevId: 207020196
* 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
* Align TFLite tensors to 64 bytes for EIGEN_DONT_ALIGNGravatar Yu-Cheng Ling2018-07-20
| | | | PiperOrigin-RevId: 205471025
* Automated rollback of commit ff4945f86e04d403cdf46c19392b2041bc75c2adGravatar A. Unique TensorFlower2018-07-17
| | | | PiperOrigin-RevId: 205022167
* Align TFLite tensors to 16 bytes for EIGEN_DONT_ALIGNGravatar Yu-Cheng Ling2018-07-17
| | | | PiperOrigin-RevId: 205015541
* Add 'no_oss' to all TF Lite tests that are not running in kokoroGravatar A. Unique TensorFlower2018-07-17
| | | | PiperOrigin-RevId: 204978094
* Automated rollback of commit a4e79e23bace78e3d89d8273828f9d82ad6f1b95Gravatar A. Unique TensorFlower2018-07-12
| | | | PiperOrigin-RevId: 204310030
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203969441
* Refactoring ArgMax implementation in preparation for ArgMin.Gravatar A. Unique TensorFlower2018-07-08
| | | | PiperOrigin-RevId: 203698572
* Make multithreaded conv respect setNumThreads()Gravatar A. Unique TensorFlower2018-07-07
| | | | PiperOrigin-RevId: 203527657
* Optimized TransposeConv implementation.Gravatar A. Unique TensorFlower2018-06-29
| | | | PiperOrigin-RevId: 202705179
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
| | | | PiperOrigin-RevId: 202262513
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
| | | | PiperOrigin-RevId: 201389618
* 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
* 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
* 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
* Implement neg opGravatar Alan Chiao2018-05-04
| | | | PiperOrigin-RevId: 195435079
* Implementation of the fully-connected TFLite Op using the symmetric ↵Gravatar A. Unique TensorFlower2018-05-01
| | | | | | quantization. PiperOrigin-RevId: 195010312
* Implement floor operatorGravatar A. Unique TensorFlower2018-04-26
| | | | PiperOrigin-RevId: 194490433
* Internal testing changesGravatar Austin Anderson2018-04-19
| | | | PiperOrigin-RevId: 193601134
* Internal testing changesGravatar Austin Anderson2018-04-16
| | | | PiperOrigin-RevId: 193071881
* Small tag changeGravatar Austin Anderson2018-04-13
| | | | PiperOrigin-RevId: 192821895
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
| | | | PiperOrigin-RevId: 192728635
* Internal TF Lite test changesGravatar Austin Anderson2018-04-11
| | | | PiperOrigin-RevId: 192491201
* 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