aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/test_util.h
Commit message (Collapse)AuthorAge
* Add an experimental API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212535448
* 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
* 16-bit quantized add support in TFLite interpreterGravatar A. Unique TensorFlower2018-06-20
| | | | PiperOrigin-RevId: 201374318
* Support Variable Tensor API in LSTM Full kernel.Gravatar Yu-Cheng Ling2018-06-19
| | | | | | TFLite LSTM now supports 5 inputs, 18 inputs and 20 inputs. PiperOrigin-RevId: 201222516
* New NN API interface that uses the TensorFlow Lite delegate API.Gravatar Andrew Selle2018-06-03
| | | | | | | | | - Make nn_api a delegate in its own directory. - Use the delegate API to rewrite the graph. - Use only on static APIs right now. - This is initial preview of the delegate that only supports add and conv. PiperOrigin-RevId: 199055747
* Refactoring: Make OpResolver return const pointer.Gravatar Yu-Cheng Ling2018-05-14
| | | | PiperOrigin-RevId: 196587227
* Introduce op version into TFLiteGravatar Yu-Cheng Ling2018-05-13
| | | | PiperOrigin-RevId: 196448769
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
| | | | PiperOrigin-RevId: 195503894
* Implementation of the fully-connected TFLite Op using the symmetric ↵Gravatar A. Unique TensorFlower2018-05-01
| | | | | | quantization. PiperOrigin-RevId: 195010312
* Automated g4 rollback of changelist 194306629Gravatar Yu-Cheng Ling2018-04-27
| | | | PiperOrigin-RevId: 194507274
* Refactoring: Remove a redundant map from model.h.Gravatar Yu-Cheng Ling2018-04-25
| | | | PiperOrigin-RevId: 194306629
* Internal change.Gravatar A. Unique TensorFlower2018-03-05
| | | | PiperOrigin-RevId: 187865303
* Test all TFLite kernel implementations (reference/optimized/...)Gravatar Yu-Cheng Ling2018-02-01
| | | | PiperOrigin-RevId: 184077940
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Make TFLite Pad op have parity with TF Pad op.Gravatar Nupur Garg2018-01-24
| | | | PiperOrigin-RevId: 183131070
* Implementation of Gather in TfLiteGravatar A. Unique TensorFlower2017-12-14
| | | | PiperOrigin-RevId: 179101363
* Internal ChangeGravatar A. Unique TensorFlower2017-12-01
| | | | PiperOrigin-RevId: 177611775
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445