aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels
Commit message (Expand)AuthorAge
...
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
* Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-14
* Updates to parameters, and to kernel helper functions.Gravatar A. Unique TensorFlower2018-09-14
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-14
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-14
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Clean ups related to runtime shapes refactoring.Gravatar A. Unique TensorFlower2018-09-13
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-13
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-13
* Fix convolution bug when input and filter dimensions matchGravatar Jared Duke2018-09-12
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
* Add an experimental API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-11
* Fixing broadcast pow.Gravatar A. Unique TensorFlower2018-09-11
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-06
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-05
* Fix several build warnings in TFLiteGravatar Jared Duke2018-09-05
* Introduce auxiliary input and allow "cross-linking" in the bidirectional LSTM...Gravatar A. Unique TensorFlower2018-09-05
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-05
* Relu1 custom op.Gravatar Alan Chiao2018-09-04
* Add support for quantized (hybrid) bidirectional sequential LSTM Op.Gravatar A. Unique TensorFlower2018-09-04
* Replace floating point functionality with integer alternative for microcontro...Gravatar Pete Warden2018-09-04
* Add support for Softmax of 3D tensorsGravatar A. Unique TensorFlower2018-09-04
* Support <4D tensor inputs for pad/padv2Gravatar Jared Duke2018-09-04
* Disable rtti for builtin TFLite kernelsGravatar Jared Duke2018-09-04
* Create layer norm LSTM custom Op.Gravatar Jian Li2018-09-04
* Fix Split, convert kernel signature to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-04
* Introduce auxiliary input and allow "cross-linking" in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-09-03
* Update unidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
* Update bidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
* Fixes to hybrid conv. Add additional tests for pointwise conv.Gravatar Alan Chiao2018-08-31
* Only code movement for pack/unpack.Gravatar A. Unique TensorFlower2018-08-30
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
* Refactor reduce_sum, reduce_prod, reduce_max, reduce_min, reduce_anyGravatar A. Unique TensorFlower2018-08-30
* Move legacy ops to the legacy files.Gravatar A. Unique TensorFlower2018-08-30
* Consolidate refactoring of runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
* Internal change.Gravatar A. Unique TensorFlower2018-08-29
* Update unidirectional sequential RNN to support state API.Gravatar A. Unique TensorFlower2018-08-29
* Internal change.Gravatar Jian Li2018-08-29
* Update bidirectional RNN to support state API.Gravatar A. Unique TensorFlower2018-08-29
* Optimized hybrid convolution with symmetric quantization.Gravatar Alan Chiao2018-08-28
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-28
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of floor_div.Gravatar A. Unique TensorFlower2018-08-28
* Implementation of reduce_any.Gravatar A. Unique TensorFlower2018-08-28
* Update RNN to support state API.Gravatar Alan Chiao2018-08-27
* Adding hybrid implementation of the bidi-RNN Op.Gravatar A. Unique TensorFlower2018-08-27
* Internal change.Gravatar Jian Li2018-08-27
* Quantize mean operator for uint8.Gravatar A. Unique TensorFlower2018-08-24