Apply pooling to inputs. 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
(
self,
theta: py_utils.NestedMap,
inputs: tf.Tensor,
paddings: Optional[tf.Tensor] = None,
)
source not stored for this graph (policy: none)