aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/delegates/nnapi
Commit message (Expand)AuthorAge
* Reject RESHAPE if new_shape tensor is not provided.Gravatar A. Unique TensorFlower2018-09-18
* Add an experimental API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-11
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Update NNAPI delegate to support state API for RNN.Gravatar A. Unique TensorFlower2018-08-28
* Update RNN to support state API.Gravatar Alan Chiao2018-08-27
* Update NNAPI delegate to correctly handle input state tensors for LSTM and SVDF.Gravatar A. Unique TensorFlower2018-08-27
* Internal change.Gravatar A. Unique TensorFlower2018-08-24
* Remove 18-input/3-output LSTM in favor of 20-input/1-output LSTM that supportsGravatar Alan Chiao2018-08-23
* Disable Non-Variable Tensor API in SVDF kernel.Gravatar A. Unique TensorFlower2018-08-22
* Use shared memory for NNAPI input and output.Gravatar A. Unique TensorFlower2018-08-10
* [code cleanup] Group NNAPI mapping parameters to a struct.Gravatar A. Unique TensorFlower2018-08-09
* Internal change.Gravatar Anna R2018-08-08
* Add NNAPI delegation support for MEAN, RNN, SVDF, LSTM and lookup functions.Gravatar A. Unique TensorFlower2018-08-07
* Make NNAPI delegation support more ops.Gravatar A. Unique TensorFlower2018-07-25
* Delegate L2Norm to nnapi.Gravatar A. Unique TensorFlower2018-07-23
* Add 'no_oss' to all TF Lite tests that are not running in kokoroGravatar A. Unique TensorFlower2018-07-17
* Add NNAPI transpose op supportGravatar Jared Duke2018-07-09
* Add NNAPI squeeze op supportGravatar Jared Duke2018-06-28
* Make NNAPI delegation support more ops.Gravatar A. Unique TensorFlower2018-06-18
* New NN API interface that uses the TensorFlow Lite delegate API.Gravatar Andrew Selle2018-06-03