aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/internal/reference/reference_ops.h
Commit message (Expand)AuthorAge
* Remove Dims from types.h, create build structure.Gravatar A. Unique TensorFlower2018-10-08
* Move obsolete kernel code to legacy files.Gravatar A. Unique TensorFlower2018-09-27
* Kernel signature reworking, update kernel DepthConcatenation.Gravatar A. Unique TensorFlower2018-09-26
* Kernel signature reworking, misc kernel improvements and migrations.Gravatar A. Unique TensorFlower2018-09-26
* Portability preparation for more cross-platform prototyping.Gravatar Pete Warden2018-09-24
* Make 8bit reduce sum op handler rescalingGravatar A. Unique TensorFlower2018-09-21
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-19
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-19
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-19
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-18
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
* 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
* Clean ups related to runtime shapes refactoring.Gravatar A. Unique TensorFlower2018-09-13
* Fixing broadcast pow.Gravatar A. Unique TensorFlower2018-09-11
* 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
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-05
* Fix Split, convert kernel signature to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-04
* 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
* 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
* Quantize mean operator for uint8.Gravatar A. Unique TensorFlower2018-08-24
* Implementation of unpack op.Gravatar A. Unique TensorFlower2018-08-23
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-23
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-22
* Remove eigen dependency from reference TFLite kernelsGravatar Jared Duke2018-08-21
* Support reduce_minGravatar A. Unique TensorFlower2018-08-21
* Added uint8 support for Pack.Gravatar A. Unique TensorFlower2018-08-20
* Rollback of commit 9aab0861f45ae31850cc3d61cb48a628a9a809cc.Gravatar A. Unique TensorFlower2018-08-20
* Automated rollback of commit f32afcd244beb255060c3d489f117289a3496efcGravatar A. Unique TensorFlower2018-08-20
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-20
* NEON optimizations for most common-Mul uint8 kernel.Gravatar A. Unique TensorFlower2018-08-15
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-15
* Quantized Dilated Convolution support.Gravatar Suharsh Sivakumar2018-08-14
* Introduce fivefold broadcast Mul op kernels for uint8.Gravatar A. Unique TensorFlower2018-08-14
* Make FullyConnected() op work with real_mutiplier > 1.Gravatar A. Unique TensorFlower2018-08-09
* ResolveConstantFakeQuant should try to match the exact math of the FakeQuant ...Gravatar Suharsh Sivakumar2018-08-06
* Fix more issues with TFLite compilation on WindowsGravatar Jared Duke2018-08-06
* Supports 2-4D tensors with PRelu.Gravatar Yu-Cheng Ling2018-08-03
* Generalize the Conv() op to support input product scale > output scale, i.e.Gravatar A. Unique TensorFlower2018-08-01
* Implementation of logical_or.Gravatar A. Unique TensorFlower2018-07-30
* SpaceToBatchND should pad with zero_point when inference_type is uint8Gravatar Suharsh Sivakumar2018-07-26