aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/resize_bilinear_test.cc
Commit message (Collapse)AuthorAge
* Merge pull request #20744 from npanpaliya:resize_bilinear_test-fix-ppc64le-20361Gravatar TensorFlower Gardener2018-07-27
|\ | | | | | | PiperOrigin-RevId: 206325357
| * Fix for issue# 20361 - changed the test cases' inputs and expected such that ↵Gravatar Nishidha Panpaliya2018-07-12
|/ | | | it passes on both x86 and ppc64le
* Add support for 8bit ResizeBilinear and Slice op to tflite and tocoGravatar A. Unique TensorFlower2018-06-11
| | | | PiperOrigin-RevId: 200136934
* 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 ChangeGravatar A. Unique TensorFlower2017-12-01
| | | | PiperOrigin-RevId: 177611775
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445