test_topi_space_to_depth.py
3.15 KB
-
[Relay/Topi][Op] Added native DepthToSpace and SpaceToDepth Operators (#4566) · 9b92c539
* Added tvm function stencil for subpixel operations to topi. * Topi subpixel operators added and tested. * Added subpixel attrs. * Added depth_to_space relay attributes. * depth_to_space fully working. * Fixed NHWC shape bug. * SpaceToDepth in and all tests passing. * lint fixes. * Added string include * Fixed topi formatting. * Added DCR/CDR mode to depthtospace operator.
Josh Fromm committed