SYMBOL INDEX (14 symbols across 2 files) FILE: GFPGANReconsitution.py class ResBlock (line 18) | class ResBlock(nn.Module): method __init__ (line 26) | def __init__(self, in_channels, out_channels, mode='down'): method forward (line 37) | def forward(self, x): class ConstantInput (line 49) | class ConstantInput(nn.Module): method __init__ (line 57) | def __init__(self, num_channel, size): method forward (line 61) | def forward(self, batch): class GFPGAN (line 66) | class GFPGAN(nn.Module): method __init__ (line 67) | def __init__(self): method forward (line 283) | def forward(self, x): FILE: demo_onnx.py class GFPGANFaceAugment (line 11) | class GFPGANFaceAugment: method __init__ (line 12) | def __init__(self, model_path, use_gpu = False): method pre_process (line 22) | def pre_process(self, img): method post_process (line 34) | def post_process(self, output, height, width): method forward (line 68) | def forward(self, img):