srkreddy1238 commented on PR #17599: URL: https://github.com/apache/tvm/pull/17599#issuecomment-2824676691
@tqchen One catch I came across in the current implementation is representing return type ``sinfo_args`` for ops like ``conv2d`` in tvmscript. `` lv2: R.Tensor((2, 8, 54, 54, 4), dtype="float32", vdevice="opencl:1:global") = R.nn.conv2d(lv, lv1, strides=[1, 1], padding=[0, 0, 0, 0], dilation=[1, 1], groups=1, data_layout="NCHW4c", kernel_layout="OIHW4o", out_layout="NCHW4c", out_dtype="float32", sinfo_args=(R.Tensor((2, 8, 54, 54, 4), dtype="float32", vdevice="opencl:1:global"),)) `` Any advice ? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
