[While_loop] How to use layer like `torch.nn.BatchNorm2d...
🐛 Describe the bug Hi, I'm trying to support while_loop with DispatchKey.XLA; when I try linear and MNIST with torch, code would be dispatched to DispatchKey.CompositeExplicitAutograd to use pure python while, and finish; my local exampl...