You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(pt_expt): improve torch_module docstring and update tests
- Enhanced torch_module decorator docstring to document auto-generation behavior
- Updated tests to use module(...) instead of module.forward(...) to test the full
invocation path through torch.nn.Module.__call__
- This ensures tests cover hooks, tracing, and export behavior properly
Addresses review feedback from PR #5246
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
0 commit comments