aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/nnapi_delegate.cc
Commit message (Collapse)AuthorAge
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216303340
* Reject RESHAPE if new_shape tensor is not provided.Gravatar A. Unique TensorFlower2018-09-18
| | | | PiperOrigin-RevId: 213541006
* Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213234759
* Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
| | | | PiperOrigin-RevId: 213212445
* Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212565231
* Add an experimental API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212535448
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Make TFLite NNAPI delegate friendlier to application code. Esp. allows runningGravatar A. Unique TensorFlower2018-09-05
| | | | | | | | | benchmark on O-MR1 without an exit() of the process. Also fixes bug in interpretation of error values (NNAPI vs. TFLite error codes). PiperOrigin-RevId: 211681942
* Lookup ro.build.version.sdk property only when needed, rather than before ↵Gravatar A. Unique TensorFlower2018-08-29
| | | | | | call to main(). PiperOrigin-RevId: 210810937
* 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
* Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
| | | | PiperOrigin-RevId: 209884688
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
| | | | PiperOrigin-RevId: 209875487
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209634537
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
| | | | PiperOrigin-RevId: 209528032
* - 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
* Log new ErrorReporter and old nnapi delegate errors to logcat.Gravatar A. Unique TensorFlower2018-08-13
| | | | | | | | | | On Android stderr is not captured for applications, so developers do not see the errors from tflite. This adds logcat output. Output to stderr is kept, as it is convenient for unit tests run through the shell. PiperOrigin-RevId: 208463170
* Add NNAPI delegation support for MEAN, RNN, SVDF, LSTM and lookup functions.Gravatar A. Unique TensorFlower2018-08-07
| | | | PiperOrigin-RevId: 207736388
* Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
| | | | PiperOrigin-RevId: 207034363
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
| | | | PiperOrigin-RevId: 207020196
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
| | | | PiperOrigin-RevId: 206185190
* Add Logical_or to schema.Gravatar A. Unique TensorFlower2018-07-23
| | | | PiperOrigin-RevId: 205765869
* Delegate L2Norm to nnapi.Gravatar A. Unique TensorFlower2018-07-23
| | | | PiperOrigin-RevId: 205661557
* Adding pack op to schema.Gravatar A. Unique TensorFlower2018-07-18
| | | | PiperOrigin-RevId: 205175758
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
| | | | PiperOrigin-RevId: 204846139
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203969441
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| | | | PiperOrigin-RevId: 203908601
* Add NNAPI transpose op supportGravatar Jared Duke2018-07-09
| | | | PiperOrigin-RevId: 203845358
* Fix NNAPI delegation for Sub and Div.Gravatar A. Unique TensorFlower2018-07-02
| | | | PiperOrigin-RevId: 203020841
* - 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 squeeze op supportGravatar Jared Duke2018-06-27
| | | | PiperOrigin-RevId: 202323072
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
| | | | PiperOrigin-RevId: 202262513
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
| | | | PiperOrigin-RevId: 201389618
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
| | | | PiperOrigin-RevId: 201191877
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
| | | | PiperOrigin-RevId: 200895985
* Use activation in MUL and ADD operationsGravatar A. Unique TensorFlower2018-06-11
| | | | PiperOrigin-RevId: 200153612
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199735191
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199602232
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
| | | | PiperOrigin-RevId: 198913026
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
| | | | PiperOrigin-RevId: 198710452
* Add NNAPI delegation for EMBEDING_LOOKUP, RNN, SVDFGravatar A. Unique TensorFlower2018-05-23
| | | | PiperOrigin-RevId: 197790679
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196806646
* Add NNAPI 1.1 Div/Mul/Pad/Mean nodes.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196240584
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
| | | | PiperOrigin-RevId: 196062186
* Implementation of Slice.Gravatar A. Unique TensorFlower2018-05-09
| | | | PiperOrigin-RevId: 195926057
* Free ANeuralNetworksCompilation object in NNAPIDelegate destructorGravatar A. Unique TensorFlower2018-05-08
| | | | PiperOrigin-RevId: 195832807
* 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