[Relay/Topi][Op] Added native DepthToSpace and SpaceToDepth Operators (#4566)
* 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.
Showing
topi/python/topi/nn/depth_to_space.py
0 → 100644
topi/python/topi/nn/space_to_depth.py
0 → 100644
topi/python/topi/testing/depth_to_space.py
0 → 100644
topi/python/topi/testing/space_to_depth.py
0 → 100644
Please
register
or
sign in
to comment