MCPcopy Create free account
hub / github.com/pytorch/pytorch / testMiniAlexNetNCHW

Method testMiniAlexNetNCHW

caffe2/python/model_device_test.py:141–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

_testMiniAlexNetMethod · 0.95

Tested by

no test coverage detected