Inplace fused (leaky)relu+(leaky)dropout for memory savings...
🚀 The feature, motivation and pitch It's possible that such an inplace fusion is already possible with dynamo, but if not, it's quite good to have for saving memory. Also maybe worth introducing some torch.nn.fused namespace which would ...