Args: x: Tensor input tensor [batch, length, features] factor: int unsqueeze factor (default 2) Returns: Tensor squeezed tensor [batch, length * 2, features // 2]
(x: torch.Tensor, factor: int = 2)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected