xref: /aosp_15_r20/external/pytorch/torch/autograd/_functions/replace.vim (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1%s/self/ctx/g
2%s/\s\+def forward/    @staticmethod\r    def forward/g
3%s/\s\+def backward/    @staticmethod\r    @once_differentiable\r    def backward/g
4