| import torch | |
| class FunctionAdaCoF(torch.autograd.Function): | |
| # end | |
| def forward(ctx, input, weight, offset_i, offset_j, dilation): | |
| raise NotImplementedError() | |
| import torch | |
| class FunctionAdaCoF(torch.autograd.Function): | |
| # end | |
| def forward(ctx, input, weight, offset_i, offset_j, dilation): | |
| raise NotImplementedError() | |