aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/build_def.bzl
Commit message (Collapse)AuthorAge
* Internal changeGravatar Jared Duke2018-10-09
| | | | PiperOrigin-RevId: 216442906
* Internal ChangeGravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216419037
* Internal changeGravatar Jared Duke2018-10-09
| | | | PiperOrigin-RevId: 216367867
* Internal changeGravatar Jared Duke2018-10-08
| | | | PiperOrigin-RevId: 216270385
* Rename TFLite Extended -> TFLite FlexGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214854303
* Internal change.Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214636032
* Automated rollback of commit 20c71535c5f1ed1d918d6cc6e327ffbba49ecbd6Gravatar Anna R2018-09-25
| | | | PiperOrigin-RevId: 214519671
* Internal change.Gravatar Nupur Garg2018-09-25
| | | | PiperOrigin-RevId: 214507546
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213227615
* Internal change.Gravatar Nupur Garg2018-09-14
| | | | PiperOrigin-RevId: 212991181
* Disable third_party/tensorflow/contrib/lite/testing:zip_test* in {a,m,t}san ↵Gravatar Yanan Cao2018-09-12
| | | | | | tests PiperOrigin-RevId: 212668288
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212577288
* Internal change.Gravatar Nupur Garg2018-09-11
| | | | PiperOrigin-RevId: 212545735
* Removes icf, as there's little gain is binary reduction and may affect ↵Gravatar A. Unique TensorFlower2018-09-07
| | | | | | portability. PiperOrigin-RevId: 212038834
* Exclude icf=all from TFLite linker options on iOS.Gravatar A. Unique TensorFlower2018-09-05
| | | | PiperOrigin-RevId: 211637019
* Automated rollback of commit 97fb9a9c7c72c405a790eea698a91654d5184fedGravatar Jared Duke2018-08-29
| | | | PiperOrigin-RevId: 210755689
* Disable rtti for (most) TFLite targets on AndroidGravatar Jared Duke2018-08-29
| | | | PiperOrigin-RevId: 210729533
* 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
* TOCO Bugfix: Do not transform Conv() to DepthwiseConv() if weights is sharedGravatar A. Unique TensorFlower2018-08-15
| | | | | | with another op. PiperOrigin-RevId: 208903223
* TFLite: Add a failing test case where 2 Conv2D use the same weight tensor.Gravatar Yu-Cheng Ling2018-08-14
| | | | | | The fix will come later. PiperOrigin-RevId: 208698449
* FIX reduce_prod generate_examples_test.Gravatar A. Unique TensorFlower2018-08-07
| | | | PiperOrigin-RevId: 207839564
* Implementation of logical_and logical_notGravatar A. Unique TensorFlower2018-08-06
| | | | PiperOrigin-RevId: 207642985
* Fix libtensorflowlite_c.so build on MacGravatar Jared Duke2018-07-30
| | | | PiperOrigin-RevId: 206640343
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
| | | | PiperOrigin-RevId: 206549781
* Add example Unity plugin for the experimental TFLite C API.Gravatar Jared Duke2018-07-26
| | | | | | | Instructions for using the Plugin are contained in the readme @ TensorFlowLitePlugin/README.md PiperOrigin-RevId: 206201614
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
| | | | PiperOrigin-RevId: 206185190
* Internal ChangeGravatar A. Unique TensorFlower2018-07-25
| | | | PiperOrigin-RevId: 205995452
* Implementation of stack.Gravatar A. Unique TensorFlower2018-07-23
| | | | PiperOrigin-RevId: 205763219
* Add initial experimental C API for TFLiteGravatar Jared Duke2018-07-23
| | | | PiperOrigin-RevId: 205728711
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
| | | | PiperOrigin-RevId: 204846139
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203908601
* Fixing PRelu and its disabled test.Gravatar Yu-Cheng Ling2018-07-09
| | | | PiperOrigin-RevId: 203860120
* Disable failing test.Gravatar A. Unique TensorFlower2018-07-07
| | | | PiperOrigin-RevId: 203523207
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202262513
* 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
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
| | | | PiperOrigin-RevId: 200895985
* Automated g4 rollback of changelist 200414970Gravatar Yu-Cheng Ling2018-06-14
| | | | PiperOrigin-RevId: 200630669
* Disable failing zip_test_lstm targetGravatar A. Unique TensorFlower2018-06-13
| | | | PiperOrigin-RevId: 200414970
* Bugfix for dilated_conv optimizations. We were failing to create im2col ↵Gravatar A. Unique TensorFlower2018-06-08
| | | | | | arrays for dilated unstrided 1x1 cases. PiperOrigin-RevId: 199849200
* 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
* Disabling broken zip_test_convGravatar Gunhan Gulsoy2018-06-06
| | | | PiperOrigin-RevId: 199582571
* 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
* Fix the LSTM test in TFLite.Gravatar Yu-Cheng Ling2018-05-22
| | | | PiperOrigin-RevId: 197643581
* Split generated_examples test into multiple test targetsGravatar Austin Anderson2018-05-21
| | | | PiperOrigin-RevId: 197490872