aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels
Commit message (Collapse)AuthorAge
* Fix lite/kernels:add_test for Clang 8.0.0Gravatar Yu-Cheng Ling2018-10-09
| | | | PiperOrigin-RevId: 216455772
* Internal change.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216447412
* Add support for time-major input in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-10-09
| | | | PiperOrigin-RevId: 216419983
* Remove Dims from types.h, create build structure.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216191084
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
| | | | PiperOrigin-RevId: 216066634
* Internal change.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215951354
* Relax some unnecessary 4D array restrictionsGravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215910400
* Merge the different LSTM EvalFloat/EvalHybrid calls into a single file.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215870962
* Internal change.Gravatar A. Unique TensorFlower2018-10-04
| | | | PiperOrigin-RevId: 215806953
* Fix problem in quantized version of Comparison op handlerGravatar A. Unique TensorFlower2018-10-04
| | | | PiperOrigin-RevId: 215801773
* Fix quantization util test to pass with defined behavior on 32-bit ↵Gravatar Alan Chiao2018-10-04
| | | | | | architectures. PiperOrigin-RevId: 215757844
* Experimental interpreter, kernels, and example running TensorFlow Lite on a ↵Gravatar Pete Warden2018-10-04
| | | | | | microcontroller PiperOrigin-RevId: 215748973
* Sparse output fully connected custom op.Gravatar Alan Chiao2018-10-04
| | | | PiperOrigin-RevId: 215741296
* Automated rollback of commit c1b3b0b9e041d82e80c2cdcc623a387753daf0b4Gravatar Anna R2018-10-03
| | | | PiperOrigin-RevId: 215658770
* Fix 1970s-style bug in LogSoftmax eval.Gravatar A. Unique TensorFlower2018-10-03
| | | | PiperOrigin-RevId: 215653797
* Internal change.Gravatar Anna R2018-10-03
| | | | PiperOrigin-RevId: 215631612
* Add the option of merging bidirectional RNN and LSTM outputs into a single ↵Gravatar A. Unique TensorFlower2018-10-03
| | | | | | | | output tensor. This is useful if the output of both directions will be passed to the next layer as a single output, as it avoids adding a concatenation op, which can be expensive on mobile devices where memory movement is relatively expensive. PiperOrigin-RevId: 215616140
* Kernel signature reworking, remove Dims from tensor functions.Gravatar A. Unique TensorFlower2018-09-27
| | | | PiperOrigin-RevId: 214883775
* Move obsolete kernel code to legacy files.Gravatar A. Unique TensorFlower2018-09-27
| | | | PiperOrigin-RevId: 214879388
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214835588
* Migrate a few conv kernels to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
| | | | PiperOrigin-RevId: 214831837
* TFLite: Rename ResetVariableTensorsToZero -> ResetVariableTensorsGravatar Yu-Cheng Ling2018-09-27
| | | | PiperOrigin-RevId: 214820383
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
| | | | PiperOrigin-RevId: 214767788
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
| | | | PiperOrigin-RevId: 214763814
* Automated rollback of commit 82af048bc8c3c044c98a27b1c4c27bb62d4e4a14Gravatar Nupur Garg2018-09-26
| | | | PiperOrigin-RevId: 214705311
* Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-26
| | | | PiperOrigin-RevId: 214674717
* Kernel signature reworking, update kernel DepthConcatenation.Gravatar A. Unique TensorFlower2018-09-26
| | | | PiperOrigin-RevId: 214668695
* Kernel signature reworking, misc kernel improvements and migrations.Gravatar A. Unique TensorFlower2018-09-26
| | | | PiperOrigin-RevId: 214661332
* Add checks for dilation_rate.Gravatar Suharsh Sivakumar2018-09-26
| | | | PiperOrigin-RevId: 214627202
* Simplify the logic for running through a sequence forwards and backwards.Gravatar A. Unique TensorFlower2018-09-26
| | | | PiperOrigin-RevId: 214618170
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214432840
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-24
| | | | PiperOrigin-RevId: 214384090
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-24
| | | | PiperOrigin-RevId: 214377809
* Portability preparation for more cross-platform prototyping.Gravatar Pete Warden2018-09-24
| | | | PiperOrigin-RevId: 214346240
* Change indicator used to note Google-OSS header inclusionsGravatar Austin Anderson2018-09-24
| | | | | | Accompanies some internal changes related to third_party repo rules. PiperOrigin-RevId: 214337234
* Make 8bit reduce sum op handler rescalingGravatar A. Unique TensorFlower2018-09-21
| | | | PiperOrigin-RevId: 214062241
* Kernel signature reworking, misc fixes.Gravatar A. Unique TensorFlower2018-09-21
| | | | PiperOrigin-RevId: 214004752
* Add min/max version for depthwise conv.Gravatar Suharsh Sivakumar2018-09-19
| | | | PiperOrigin-RevId: 213698663
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
| | | | PiperOrigin-RevId: 213693027
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-19
| | | | PiperOrigin-RevId: 213673402
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-19
| | | | PiperOrigin-RevId: 213651158
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-19
| | | | PiperOrigin-RevId: 213640434
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-18
| | | | PiperOrigin-RevId: 213536334
* Fix unused variable error on powerpc.Gravatar Suharsh Sivakumar2018-09-17
| | | | PiperOrigin-RevId: 213386145
* Add generic fallback optimized implementations for dilated DepthwiseConv.Gravatar Suharsh Sivakumar2018-09-17
| | | | PiperOrigin-RevId: 213350122
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213316034
* Numerics tweak to symmetric quantization.Gravatar Alan Chiao2018-09-17
| | | | PiperOrigin-RevId: 213314024
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213281730
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213275003
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213227615