Commits


Hariharan Seshadri authored and GitHub committed 4b5b0372899
Support 'Bilinear' mode for 2D inputs in Resize and Upsample kernels (#1679) * Support bilinear mode with actual 2D inputs in Resize and upsample * Fix build break * Fix build break * Add test * CUDA changes * Resolve PR comments * Resolve comments