aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/activations.cc
Commit message (Expand)AuthorAge
* Fix 1970s-style bug in LogSoftmax eval.Gravatar A. Unique TensorFlower2018-10-03
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Add support for Softmax of 3D tensorsGravatar A. Unique TensorFlower2018-09-04
* Consolidate refactoring of runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
* Add quantized support to LOG_SOFTMAXGravatar Jared Duke2018-08-14
* Supports 2-4D tensors with PRelu.Gravatar Yu-Cheng Ling2018-08-03
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
* Add support for computing Softmax activation over tensors of rank 1.Gravatar A. Unique TensorFlower2018-07-20
* 16-bit quantized logistic and tanh support in TFLite interpreterGravatar A. Unique TensorFlower2018-06-21
* Automated g4 rollback of changelist 201241214Gravatar A. Unique TensorFlower2018-06-20
* Automated g4 rollback of changelist 201194552Gravatar A. Unique TensorFlower2018-06-19
* Apply runtime shapes to pooling and activation kernels.Gravatar A. Unique TensorFlower2018-06-19
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
* Supports PReLU in TFLite & Toco.Gravatar Yu-Cheng Ling2018-03-22
* Add 8bit Tanh support to tfliteGravatar A. Unique TensorFlower2018-02-27
* Basic LogSoftmax supportGravatar A. Unique TensorFlower2018-02-20
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Rename RELU1 to RELU_N1_TO_1 to indicate that the image of the Op is in betwe...Gravatar A. Unique TensorFlower2018-01-13
* Internal Change.Gravatar Andrew Selle2017-11-10