commit | 9bfecb559123044ac630b353eae99d9f23fb8ea7 | [log] [tgz] |
---|---|---|
author | Miao Wang <miaowang@google.com> | Mon Apr 29 15:30:06 2019 -0700 |
committer | Slava Shklyaev <slavash@google.com> | Wed May 08 15:33:55 2019 +0100 |
tree | aace57c7c33c0287de761ad7f90299c17a0da23c | |
parent | 3414222e3ae3507681edb30cbd2a7527ed2946e4 [diff] |
Fix the order of width and height for NNAPI RESIZE_BILINEAR and RESIZE_NEAREST_NEIGHBOR - The CPU implementation always had the order of {width, height}. - In P, the documentation was incorrectly changed to {height, width}. Bug: 131623949 Bug: 130035110 Test: mm Change-Id: I6c79459fa73347fb51fc34a76ad78d5ac207f210 Merged-In: I6c79459fa73347fb51fc34a76ad78d5ac207f210 (cherry picked from commit 286339b4c817e1db9ace3fbed911ace4affa6563)