aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/resize_bilinear.cc
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Consolidate refactoring of runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
| | | | PiperOrigin-RevId: 210945714
* Add support for 8bit ResizeBilinear and Slice op to tflite and tocoGravatar A. Unique TensorFlower2018-06-11
| | | | PiperOrigin-RevId: 200136934
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
| | | | PiperOrigin-RevId: 197390052
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Remove redundant calls to realloc dynamic tensors.Gravatar A. Unique TensorFlower2018-02-06
| | | | PiperOrigin-RevId: 184682942
* Export align_corners to TF LiteGravatar A. Unique TensorFlower2018-02-05
| | | | PiperOrigin-RevId: 184622482
* Allow ResizeBilinear to resize the output tensor in Prepare(), if the size ↵Gravatar A. Unique TensorFlower2018-02-02
| | | | | | tensor is const. PiperOrigin-RevId: 184309687
* Remove unused ResizeBilinear options. Use a tensor to read new sizes.Gravatar A. Unique TensorFlower2018-01-24
| | | | PiperOrigin-RevId: 183085403
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445