789ab1f406
* [Relay to Onnx] * Added support for resize2d op * Added unit test * [Relay to Onnx][Resize] * Fixed formatting errors * [Relay to Onnx][Resize] * Fixed issue in resize conversion: round maps to round_preferc_ceil * Updated resize unit test to test for coordinate transform mode and round * Known issue: Does not match for (NN, align_corners) and Cubic * * Fixed formatting errors * * Fixed some more formatting errors