sakura.models.modules.FCPreEncoder.forward
- FCPreEncoder.forward(x)
Sequentially forward through all modules in model_list to transform input tensor.
- Parameters:
x (torch.Tensor) – Input tensor, typically of shape [batch_size, …]
- Returns:
Transformed output after passing through all modules
- Return type:
torch.Tensor