Kyrie-Zhao opened a new issue #9368: URL: https://github.com/apache/tvm/issues/9368
I am currently accelerating swin_transformer (ICCV2021 best paper) https://github.com/Kyrie-Zhao/Swin-Transformer/blob/main/models/swin_transformer.py which shows: NotImplementedError: The following operators are not implemented: **['aten::rand', 'aten::adaptive_avg_pool1d', 'aten::roll', 'aten::floor_']** BTW, anyone can provide some guidance regarding the procedure of implementing & registering an op by yourself? Appreciate 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
