aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/fully_connected.cc
Commit message (Collapse)AuthorAge
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-24
| | | | PiperOrigin-RevId: 214377809
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Make FullyConnected() op work with real_mutiplier > 1.Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | #20451 #19607 PiperOrigin-RevId: 208135233
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
| | | | PiperOrigin-RevId: 205744600
* Internal change.Gravatar A. Unique TensorFlower2018-07-20
| | | | PiperOrigin-RevId: 205417414
* Automated rollback of commit bbc23f229eb01dcc285a5884954b0f0eebb0a68bGravatar A. Unique TensorFlower2018-07-12
| | | | PiperOrigin-RevId: 204316871
* Internal change.Gravatar A. Unique TensorFlower2018-07-11
| | | | PiperOrigin-RevId: 204177704
* More un-fused quantized LSTM support in TFLite interpreterGravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202496488
* add int32 support for addGravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202259189
* Un-fused quantized Babelfish LSTM cell support in TFLiteGravatar A. Unique TensorFlower2018-06-28
| | | | | | including support for shuffled-weights fully-connected op. PiperOrigin-RevId: 202192299
* Standardize shifts in (more) multiplication util functions.Gravatar A. Unique TensorFlower2018-06-12
| | | | PiperOrigin-RevId: 200271078
* Internal Change.Gravatar A. Unique TensorFlower2018-06-11
| | | | PiperOrigin-RevId: 200109989
* Make depthwiseconv handler handle filter ranges beyond 255Gravatar A. Unique TensorFlower2018-05-23
| | | | PiperOrigin-RevId: 197810361
* Adds a kernel that checks whether vector is zero or not.Gravatar A. Unique TensorFlower2018-05-22
| | | | PiperOrigin-RevId: 197633182
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
| | | | PiperOrigin-RevId: 197390052
* Support 1x1x1xN bias sizes in TFLite's convolution and FC layers.Gravatar A. Unique TensorFlower2018-05-17
| | | | PiperOrigin-RevId: 197027135
* Making GetOptionalInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196932028
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Internal change.Gravatar A. Unique TensorFlower2018-05-01
| | | | PiperOrigin-RevId: 195027918
* Implementation of the fully-connected TFLite Op using the symmetric ↵Gravatar A. Unique TensorFlower2018-05-01
| | | | | | quantization. PiperOrigin-RevId: 195010312
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445