aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/conv.cc
Commit message (Expand)AuthorAge
* Migrate a few conv kernels to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-24
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Fixes to hybrid conv. Add additional tests for pointwise conv.Gravatar Alan Chiao2018-08-31
* Optimized hybrid convolution with symmetric quantization.Gravatar Alan Chiao2018-08-28
* Quantized Dilated Convolution support.Gravatar Suharsh Sivakumar2018-08-14
* Generalize the Conv() op to support input product scale > output scale, i.e.Gravatar A. Unique TensorFlower2018-08-01
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
* Make multithreaded conv respect setNumThreads()Gravatar A. Unique TensorFlower2018-07-07
* Use persistent tensor for Convolution HWCN weightsGravatar Yu-Cheng Ling2018-06-28
* add int32 support for addGravatar A. Unique TensorFlower2018-06-28
* Changed some variable names from camel case to underscore for consistency.Gravatar A. Unique TensorFlower2018-06-21
* Standardize shifts in (more) multiplication util functions.Gravatar A. Unique TensorFlower2018-06-12
* Bugfix for dilated_conv optimizations. We were failing to create im2col array...Gravatar A. Unique TensorFlower2018-06-08
* Make depthwiseconv handler handle filter ranges beyond 255Gravatar A. Unique TensorFlower2018-05-23
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
* Support 1x1x1xN bias sizes in TFLite's convolution and FC layers.Gravatar A. Unique TensorFlower2018-05-17
* Add support to TFLite for dilated convolution.Gravatar A. Unique TensorFlower2018-04-13
* Revert to initializing number of threads when SetNumThreads is called. Requir...Gravatar A. Unique TensorFlower2018-03-26
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Make SetNumThreads apply to the eigen threads. (This creates a dependency on ...Gravatar A. Unique TensorFlower2018-03-09
* Use the multithreaded conv only when threads are available.Gravatar A. Unique TensorFlower2018-03-09
* Adding support for dilated convolution.Gravatar A. Unique TensorFlower2018-02-21
* TFLite Conv2D: Create temporary tensors in Prepare phase.Gravatar Yu-Cheng Ling2018-02-20
* Automated g4 rollback of changelist 186053793Gravatar Yu-Cheng Ling2018-02-16
* TFLite Conv2D: Create temporary tensors in Prepare phase.Gravatar Yu-Cheng Ling2018-02-16
* Makefile flag to use Apple Accelerate for Conv on iOS.Gravatar Yu-Cheng Ling2018-02-07
* Proper reallocation of dynamic tensors.Gravatar A. Unique TensorFlower2018-02-05
* TFLite: Conv CBLAS kernelGravatar Yu-Cheng Ling2018-02-02
* Test all TFLite kernel implementations (reference/optimized/...)Gravatar Yu-Cheng Ling2018-02-01
* Fix TFLite Conv reference implementationGravatar Yu-Cheng Ling2018-01-22
* Internal Change.Gravatar Andrew Selle2017-11-10