↓ 10 callersFunctionconv2d_layer(x, fmaps, kernel, up=False, down=False, resample_kernel=None, gain=1, use_wscale=True, lrmul=1, weight_var='w
training/networks_stylegan2.py:51
↓ 9 callersMethodrun(self, network_pkl, run_dir=None, data_dir=None, dataset_args=None, mirror_augment=None, num_gpus=1, tf_config
metrics/metric_base.py:61
↓ 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:353
↓ 4 callersFunction_blur2d(x, f=[1,2,1], normalize=True, flip=False, stride=1)
training/networks_stylegan.py:21
↓ 4 callersFunctionmodulated_conv2d_layer(x, y, fmaps, kernel, up=False, down=False, demodulate=True, resample_kernel=None, gain=1, use_wscale=True, lr
training/networks_stylegan2.py:89
↓ 3 callersMethod_reset(self, network_pkl=None, run_dir=None, data_dir=None, dataset_args=None, mirror_augment=None)
metrics/metric_base.py:37
↓ 3 callersFunctionupsample_2dr"""Upsample 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 upsam
dnnlib/tflib/ops/upfirdn_2d.py:169
↓ 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:202