aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/nnapi_delegate.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* 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
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
| | | | PiperOrigin-RevId: 207020196
* - 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 NNAPI delegation for EMBEDING_LOOKUP, RNN, SVDFGravatar A. Unique TensorFlower2018-05-23
| | | | PiperOrigin-RevId: 197790679
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445