(x)
| 749 | |
| 750 | |
| 751 | def preprocess(x): |
| 752 | return x.view(-1, 1, 28, 28) |
| 753 | |
| 754 | ############################################################################### |
| 755 | # The model created with ``Sequential`` is simple: |
nothing calls this directly
no outgoing calls
no test coverage detected