Apply blur pooling. Args: theta: A `.NestedMap` object containing weights' values of this layer and its children layers. inputs: The inputs tensor. It is expected to be of shape [batch, time, frequency, channel]. The time dimension corresponds to the height d
(
self,
theta: py_utils.NestedMap,
inputs: tf.Tensor,
paddings: Optional[tf.Tensor] = None,
)