paddlespeech.t2s.modules.masked_fill module

paddlespeech.t2s.modules.masked_fill.broadcast_shape(shp1, shp2)[source]
paddlespeech.t2s.modules.masked_fill.is_broadcastable(shp1, shp2)[source]
paddlespeech.t2s.modules.masked_fill.masked_fill(xs: Tensor, mask: Tensor, value: Union[float, int])[source]