Every line of 'pytorch concat' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
307 def forward(self, *xs): 308 return torch.cat(xs, self.dim)