Ubospica opened a new pull request, #14238:
URL: https://github.com/apache/tvm/pull/14238

   This PR adds these operators:
   - `relax.repeat`
   - `relax.tile`
   - `relax.nn.conv2d_transpose`
        - This operator is intended to find the gradient of conv2d w.r.t its 
input. For details see [pytorch 
document](https://pytorch.org/docs/stable/generated/torch.nn.ConvTranspose2d.html),
 and the document in `python/tvm/relax/op/nn/nn.py`.
        - Now TOPI support of conv2d_transpose is limited. It does not support 
dilations; layouts other than default; symbolic `output_padding`.
   - `relax.nn.avg_pool2d`
   
   These ops will be used in the gradient of conv2d operator.
   
   cc @tqchen @MasterJH5574 


-- 
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]

Reply via email to