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

Method testForLoopWithNets

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

Source from the content-addressed store, hash-verified

89 self.CheckNetOutput([(self.cnt_net_, self.N_)])
90
91 def testForLoopWithNets(self):
92 self.ForLoopTest(self.cnt_net_)
93 self.ForLoopTest([self.cnt_net_, self.idle_net_])
94
95 def testForLoopWithStep(self):
96 step = control.Do('count', self.cnt_net_)

Callers

nothing calls this directly

Calls 1

ForLoopTestMethod · 0.95

Tested by

no test coverage detected