aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/nnapi_delegate.cc
Commit message (Expand)AuthorAge
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
* Reject RESHAPE if new_shape tensor is not provided.Gravatar A. Unique TensorFlower2018-09-18
* Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
* Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
* Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
* 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
* Make TFLite NNAPI delegate friendlier to application code. Esp. allows runningGravatar A. Unique TensorFlower2018-09-05
* Lookup ro.build.version.sdk property only when needed, rather than before cal...Gravatar A. Unique TensorFlower2018-08-29
* Automated rollback of commit 97fb9a9c7c72c405a790eea698a91654d5184fedGravatar Jared Duke2018-08-29
* Disable rtti for (most) TFLite targets on AndroidGravatar Jared Duke2018-08-29
* Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
* Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* Add unpack to schema.Gravatar A. Unique TensorFlower2018-08-20
* - Adds support for tar files in generated tests for stock AndroidGravatar A. Unique TensorFlower2018-08-13
* Log new ErrorReporter and old nnapi delegate errors to logcat.Gravatar A. Unique TensorFlower2018-08-13
* Add NNAPI delegation support for MEAN, RNN, SVDF, LSTM and lookup functions.Gravatar A. Unique TensorFlower2018-08-07
* Add logical_and and logical_not to schema.Gravatar A. Unique TensorFlower2018-08-01
* Support TFLite framework compilation on WindowsGravatar Jared Duke2018-08-01
* Add one_hot op support to TFLiteGravatar Jared Duke2018-07-26
* Add Logical_or to schema.Gravatar A. Unique TensorFlower2018-07-23
* Delegate L2Norm to nnapi.Gravatar A. Unique TensorFlower2018-07-23
* Adding pack op to schema.Gravatar A. Unique TensorFlower2018-07-18
* Support reduce_max and reduce_prodGravatar A. Unique TensorFlower2018-07-16
* Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
* Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
* Add NNAPI transpose op supportGravatar Jared Duke2018-07-09
* Fix NNAPI delegation for Sub and Div.Gravatar A. Unique TensorFlower2018-07-02
* - Create an explicit mapping between tensor indices and NNAPI operand ids (Gravatar A. Unique TensorFlower2018-07-02
* Add NNAPI squeeze op supportGravatar Jared Duke2018-06-27
* Implementation of pow.Gravatar A. Unique TensorFlower2018-06-27
* Implement TFLite Shape operatorGravatar Jared Duke2018-06-20
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
* Implement reduce_sumGravatar A. Unique TensorFlower2018-06-17
* Use activation in MUL and ADD operationsGravatar A. Unique TensorFlower2018-06-11
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
* TFLite: adding tile and expand_dims ops.Gravatar A. Unique TensorFlower2018-06-01
* implementation of sparse_to_denseGravatar A. Unique TensorFlower2018-05-31
* Add NNAPI delegation for EMBEDING_LOOKUP, RNN, SVDFGravatar A. Unique TensorFlower2018-05-23
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
* Add NNAPI 1.1 Div/Mul/Pad/Mean nodes.Gravatar A. Unique TensorFlower2018-05-11
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
* Implementation of Slice.Gravatar A. Unique TensorFlower2018-05-09
* Free ANeuralNetworksCompilation object in NNAPIDelegate destructorGravatar A. Unique TensorFlower2018-05-08
* Add support for select (via tf.where) support to tflite.Gravatar A. Unique TensorFlower2018-05-07
* Adding Greater/GreaterEqual/LessEqual ops to complement Less.Gravatar A. Unique TensorFlower2018-05-07
* add support for PadV2Gravatar A. Unique TensorFlower2018-05-05
* Implement neg opGravatar Alan Chiao2018-05-04