anijain2305 commented on a change in pull request #4949: Conv3D ONNX supprot
and conv3D_ncdhw x86 schedules
URL: https://github.com/apache/incubator-tvm/pull/4949#discussion_r384807143
##########
File path: topi/python/topi/x86/conv3d.py
##########
@@ -110,6 +149,43 @@ 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
+ ----------
+ outs: Array of Tensor
+ The computation graph description of conv3d
+ in the format of an array of tensors.
+ Returns
Review comment:
An extra line before it
----------------------------------------------------------------
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