aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/generated_examples_zip_test.cc
Commit message (Collapse)AuthorAge
* 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
* 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
* Supports 2-4D tensors with PRelu.Gravatar Yu-Cheng Ling2018-08-03
| | | | | | Fixes #21041 on Github. PiperOrigin-RevId: 207333912
* Update error messages in tflite_diff.Gravatar Nupur Garg2018-07-26
| | | | PiperOrigin-RevId: 206162326
* add int32 support for divGravatar A. Unique TensorFlower2018-07-18
| | | | PiperOrigin-RevId: 205173981
* add int32 support for subGravatar A. Unique TensorFlower2018-07-15
| | | | PiperOrigin-RevId: 204681037
* add int32 support for mulGravatar A. Unique TensorFlower2018-07-11
| | | | PiperOrigin-RevId: 204230461
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203908601
* - Create an explicit mapping between tensor indices and NNAPI operand ids (Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | needed for RNN back-edge support) - Make the delegate return errors from unsupported operations, datatypes and rank rather than abort - Make the delegate propagate errors from preparation and compilation phase rather than abort - Add a flag for allowing generated tests to pass if delegation returns an error - however if delegation succeeds the results are verified PiperOrigin-RevId: 202916432
* add int32 support for addGravatar A. Unique TensorFlower2018-06-26
| | | | PiperOrigin-RevId: 202259189
* - Teaches zip tests about unzip location on AndroidGravatar A. Unique TensorFlower2018-06-13
| | | | | | | | - Passes use_nnapi from TestDriver to interpeter - Adds command line flag to generated tests for NNAPI - Fixes logic for allocating im2col tensor so that tests pass without NNAPI PiperOrigin-RevId: 200416472
* Fix generated_zip_test failure caused by regex matching failures.Gravatar A. Unique TensorFlower2018-06-05
| | | | PiperOrigin-RevId: 199296333
* Split generated_examples test into multiple test targetsGravatar Austin Anderson2018-05-21
| | | | PiperOrigin-RevId: 197490872
* Improve TFLite generated example test speed.Gravatar Yu-Cheng Ling2018-05-18
| | | | PiperOrigin-RevId: 197162686
* Fixing test for Topk kernel in TFliteGravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196899232
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196806646
* Remove check for axis == 3 since if the input dimension is not 4, the input ↵Gravatar A. Unique TensorFlower2018-05-15
| | | | | | | | axis is not necessary 3. And change the test as well. PiperOrigin-RevId: 196777020
* Enable support for crops in BatchToSpaceNdGravatar A. Unique TensorFlower2018-05-10
| | | | PiperOrigin-RevId: 196186750
* Removing expected softmax test failure and improving logging.Gravatar A. Unique TensorFlower2018-05-10
| | | | PiperOrigin-RevId: 196134704
* 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
* Disable prelu tests for real now.Gravatar A. Unique TensorFlower2018-04-11
| | | | PiperOrigin-RevId: 192480452
* 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
* Support GatherV2 (using Gather)Gravatar A. Unique TensorFlower2018-03-27
| | | | PiperOrigin-RevId: 190702442
* Internal cleanup.Gravatar A. Unique TensorFlower2018-03-27
| | | | PiperOrigin-RevId: 190633067
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
| | | | PiperOrigin-RevId: 190097557
* Disable lstm test in generated_example due to state non-definitive init.Gravatar Zhixian Yan2018-03-19
| | | | PiperOrigin-RevId: 189654943
* Broadcast Sub and Div from #17123 except for quantization.Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189216312
* Internal change.Gravatar Zhixian Yan2018-02-23
| | | | PiperOrigin-RevId: 186843632
* Generate example for basic lstm cell in tfliteGravatar Zhixian Yan2018-02-22
| | | | PiperOrigin-RevId: 186656247
* Basic LogSoftmax supportGravatar A. Unique TensorFlower2018-02-20
| | | | PiperOrigin-RevId: 186357933
* Implement SplitGravatar A. Unique TensorFlower2018-02-15
| | | | PiperOrigin-RevId: 185904437
* Supports op exp (tf.exp) in Toco and Tensorflow Lite.Gravatar A. Unique TensorFlower2018-02-14
| | | | PiperOrigin-RevId: 185747281
* Export align_corners to TF LiteGravatar A. Unique TensorFlower2018-02-05
| | | | PiperOrigin-RevId: 184622482
* Add and Mul support broadcasting.Gravatar A. Unique TensorFlower2018-01-30
| | | | PiperOrigin-RevId: 183886920
* Reenable 'constant' test.Gravatar A. Unique TensorFlower2018-01-30
| | | | PiperOrigin-RevId: 183845007
* Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.Gravatar Nupur Garg2018-01-29
| | | | PiperOrigin-RevId: 183687487