icemelon9 commented on a change in pull request #4949: Conv3D ONNX support and
conv3D_ncdhw x86 schedules
URL: https://github.com/apache/incubator-tvm/pull/4949#discussion_r384841548
##########
File path: topi/python/topi/x86/conv3d.py
##########
@@ -110,6 +146,44 @@ def _traverse(op):
traverse_inline(s, outs[0].op, _traverse)
return s
[email protected]_topi_schedule("conv3d_ncdhw.x86")
+def schedule_conv3d_ncdhw(cfg, outs):
+ """TOPI schedule callback for conv3d
+ Parameters
Review comment:
One empty line above this.
----------------------------------------------------------------
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