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

Method testUntilLoopWithNet

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

Source from the content-addressed store, hash-verified

117 self.CheckNetOutput([(self.cnt_net_, self.N_)])
118
119 def testUntilLoopWithNet(self):
120 self.UntilLoopTest(self.cnt_net_)
121 self.UntilLoopTest([self.cnt_net_, self.idle_net_])
122
123 def testUntilLoopWithStep(self):
124 step = control.Do('count', self.cnt_net_)

Callers

nothing calls this directly

Calls 1

UntilLoopTestMethod · 0.95

Tested by

no test coverage detected