aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing
Commit message (Collapse)AuthorAge
* Internal changeGravatar Jared Duke2018-10-09
| | | | PiperOrigin-RevId: 216442906
* Internal ChangeGravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216419037
* Internal change.Gravatar Nupur Garg2018-10-09
| | | | PiperOrigin-RevId: 216385202
* Internal changeGravatar Jared Duke2018-10-08
| | | | PiperOrigin-RevId: 216270385
* Internal change.Gravatar Nupur Garg2018-10-03
| | | | PiperOrigin-RevId: 215589009
* Fix test that was relying on old lax toco behaviorGravatar A. Unique TensorFlower2018-10-03
| | | | PiperOrigin-RevId: 215553161
* Rename TFLite Extended -> TFLite FlexGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214854303
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214835588
* TFLite: Rename ResetVariableTensorsToZero -> ResetVariableTensorsGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214820383
* Internal change.Gravatar Nupur Garg2018-09-27
| | | | PiperOrigin-RevId: 214804105
* 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
* 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
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
| | | | PiperOrigin-RevId: 212884951
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212577288
* Internal change.Gravatar Nupur Garg2018-09-11
| | | | PiperOrigin-RevId: 212545735
* Update internal-only tagsGravatar Austin Anderson2018-09-10
| | | | PiperOrigin-RevId: 212296477
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Correctly tag tests that break internal testing for 1.11Gravatar Austin Anderson2018-09-06
| | | | PiperOrigin-RevId: 211879623
* Modify tags for internal CIGravatar Austin Anderson2018-09-05
| | | | PiperOrigin-RevId: 211730301
* Support <4D tensor inputs for pad/padv2Gravatar Jared Duke2018-09-04
| | | | | | Fixes #21266 PiperOrigin-RevId: 211515918
* 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
* Remove 18-input/3-output LSTM in favor of 20-input/1-output LSTM that supportsGravatar Alan Chiao2018-08-23
| | | | | | state API. PiperOrigin-RevId: 209991722
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209679086
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209634537
* Internal changeGravatar Jared Duke2018-08-15
| | | | PiperOrigin-RevId: 208910402
* TOCO Bugfix: Do not transform Conv() to DepthwiseConv() if weights is sharedGravatar A. Unique TensorFlower2018-08-15
| | | | | | with another op. PiperOrigin-RevId: 208903223
* Adds support for Eager delegate to tflite_diff.Gravatar Nupur Garg2018-08-14
| | | | PiperOrigin-RevId: 208752057
* TOCO Bugfix: Do not fuse affine if weights/bias has other consumer op.Gravatar Yu-Cheng Ling2018-08-14
| | | | PiperOrigin-RevId: 208722575
* 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
* - Adds support for tar files in generated tests for stock AndroidGravatar A. Unique TensorFlower2018-08-13
| | | | | | - Fixes breakage in tests using nnapi PiperOrigin-RevId: 208485430
* Added int32 concatenation to TFLite.Gravatar A. Unique TensorFlower2018-08-08
| | | | PiperOrigin-RevId: 207954437
* Fixing for TopKV2 shape propagation in Toco.Gravatar A. Unique TensorFlower2018-08-08
| | | | PiperOrigin-RevId: 207917321
* Allow empty shapes in certain cases within tocoGravatar Jared Duke2018-08-08
| | | | PiperOrigin-RevId: 207913842
* 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
* Supports 2-4D tensors with PRelu.Gravatar Yu-Cheng Ling2018-08-03
| | | | | | Fixes #21041 on Github. PiperOrigin-RevId: 207333912
* Fix issue with scalar reshape parametersGravatar Jared Duke2018-07-30
| | | | PiperOrigin-RevId: 206609783
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
| | | | PiperOrigin-RevId: 206549781
* Test tf.constant directly (still doesn't work with scalars)Gravatar A. Unique TensorFlower2018-07-26
| | | | PiperOrigin-RevId: 206224062
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
| | | | PiperOrigin-RevId: 206185190
* Update error messages in tflite_diff.Gravatar Nupur Garg2018-07-26
| | | | PiperOrigin-RevId: 206162326
* Also disable tf_driver_test and generate_testspec_test.Gravatar Gunhan Gulsoy2018-07-25
| | | | PiperOrigin-RevId: 206063891
* internal change.Gravatar A. Unique TensorFlower2018-07-25
| | | | PiperOrigin-RevId: 206042355
* An ErrorReporter to be used in tests.Gravatar A. Unique TensorFlower2018-07-25
| | | | PiperOrigin-RevId: 206012444