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

Method testWhileLoopWithNet

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

Source from the content-addressed store, hash-verified

103 self.CheckNetOutput([(self.cnt_net_, self.N_)])
104
105 def testWhileLoopWithNet(self):
106 self.WhileLoopTest(self.cnt_net_)
107 self.WhileLoopTest([self.cnt_net_, self.idle_net_])
108
109 def testWhileLoopWithStep(self):
110 step = control.Do('count', self.cnt_net_)

Callers

nothing calls this directly

Calls 1

WhileLoopTestMethod · 0.95

Tested by

no test coverage detected