Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when printing module with no fields.
--- Currently, the edge case code will cause an error: ``` print(nn.Module()) ``` PiperOrigin-RevId: 678109450
- Loading branch information