cchung100m commented on a change in pull request #4271: [Relay][Frontend][ONNX] 
operator support: DepthToSpace, SpaceToDepth
URL: https://github.com/apache/incubator-tvm/pull/4271#discussion_r344206403
 
 

 ##########
 File path: python/tvm/relay/frontend/onnx.py
 ##########
 @@ -466,6 +466,76 @@ def _impl_v5(cls, inputs, attr, params):
                 static_shape.asnumpy().astype('int32')))
         return out
 
+
+class DepthToSpace(OnnxOpConverter):
+    """ Operator converter for DepthToSpace.
+    """
+
+    @classmethod
+    def _impl_v1(cls, inputs, attr, params):
 
 Review comment:
   Hi @jwfromm 
   Thanks for the review and the issue had been updated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to