(self)
| 75 | self.linear_test(TwoLayerNetModule) |
| 76 | |
| 77 | def test_profiling(self): |
| 78 | with TemporaryFileName() as fname: |
| 79 | self.linear_test(TwoLayerNetModule, profiler_output_path=fname) |
| 80 | |
| 81 | |
| 82 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected