(self)
| 139 | @unittest.skipIf(not workspace.has_gpu_support, |
| 140 | "No GPU support. Skipping test.") |
| 141 | def testMiniAlexNetNCHW(self): |
| 142 | self._testMiniAlexNet("NCHW") |
| 143 | |
| 144 | # No Group convolution support for NHWC right now |
| 145 | #@unittest.skipIf(not workspace.has_gpu_support, |
nothing calls this directly
no test coverage detected