tvm
tvm copied to clipboard
[Relax][PyTorch] Add support for torchvision.ops.stochastic_depth
As per title. torchvision.ops.stochastic_depth isn't a pytorch core ops, but some pytorch image classification models such as convnext, inception_v3, and maxvit_t are using it. So I think it's worth supporting it.
@tvm-bot rerun