↓ 6 callersFunctionconv2d_layer(x, fmaps, kernel, up=False, down=False, resample_kernel=None, lrmul=1, trainable=True, use_spectral_norm=Fals
training/networks.py:84
↓ 5 callersFunction_simple_upfirdn_2d(x, k, up=1, down=1, pad0=0, pad1=0, data_format='NCHW', impl='cuda')
dnnlib/tflib/ops/upfirdn_2d.py:394
↓ 3 callersMethod_init_fields(self, name: str, static_kwargs: dict, build_func: Callable, build_func_name: str, build_module_src: str)
dnnlib/tflib/network.py:76
↓ 3 callersFunctionupfirdn_2dr"""Pad, upsample, FIR filter, and downsample a batch of 2D images. Accepts a batch of 2D images of the shape `[majorDim, inH, inW, minorDim]`
dnnlib/tflib/ops/upfirdn_2d.py:21
↓ 2 callersFunctiondownsample_2dr"""Downsample a batch of 2D images with the given filter. Accepts a batch of 2D images of the shape `[N, C, H, W]` or `[N, H, W, C]` and dow
dnnlib/tflib/ops/upfirdn_2d.py:211
↓ 2 callersFunctionmodulated_conv2d_layer(x, y, fmaps, kernel, up=False, down=False, demodulate=True, resample_kernel=None, lrmul=1, fused_modconv=Fals
training/networks.py:92