aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/internal/kernel_utils.cc
Commit message (Expand)AuthorAge
* Merge the different LSTM EvalFloat/EvalHybrid calls into a single file.Gravatar A. Unique TensorFlower2018-10-05
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Introduce auxiliary input and allow "cross-linking" in the bidirectional LSTM...Gravatar A. Unique TensorFlower2018-09-05
* Introduce auxiliary input and allow "cross-linking" in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-09-03
* Internal change.Gravatar A. Unique TensorFlower2018-08-22
* Internal change.Gravatar A. Unique TensorFlower2018-07-13
* Use the same convention for the scale parameter in hybrid ops as well.Gravatar A. Unique TensorFlower2018-06-29
* Internal change.Gravatar A. Unique TensorFlower2018-06-08
* Internal change.Gravatar A. Unique TensorFlower2018-06-07
* Implementation of the symmetrically quantized LSTM TFLite Op.Gravatar A. Unique TensorFlower2018-06-05
* Internal change.Gravatar A. Unique TensorFlower2018-05-31
* Adds a kernel that checks whether vector is zero or not.Gravatar A. Unique TensorFlower2018-05-22
* Implementation of the basic_rnn TFLite Op using the symmetric quantization.Gravatar A. Unique TensorFlower2018-05-10
* Factor out the LstmBatchStep for the various LSTM Ops.Gravatar A. Unique TensorFlower2018-02-28
* A more efficient implementation of the Op using batch operations.Gravatar A. Unique TensorFlower2018-02-02