MCPcopy Index your code
hub / github.com/pytorch/pytorch / testDoUntilLoopWithNet

Method testDoUntilLoopWithNet

caffe2/python/control_test.py:147–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 self.CheckNetOutput([(self.cnt_net_, self.N_)])
146
147 def testDoUntilLoopWithNet(self):
148 self.DoUntilLoopTest(self.cnt_net_)
149 self.DoUntilLoopTest([self.cnt_net_, self.idle_net_])
150
151 def testDoUntilLoopWithStep(self):
152 step = control.Do('count', self.cnt_net_)

Callers

nothing calls this directly

Calls 1

DoUntilLoopTestMethod · 0.95

Tested by

no test coverage detected