Functiondownsample_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
Functionfilter_2dr"""Filter a batch of 2D images with the given FIR filter. Accepts a batch of 2D images of the shape `[N, C, H, W]` or `[N, H, W, C]` and fil
dnnlib/tflib/ops/upfirdn_2d.py:144
Methodforward(self, x, context=None, logpx=None, integration_times=None, reverse=False)
module/normalization.py:143