(self)
| 195 | self.CheckNetOutput([(run_net, expect)]) |
| 196 | |
| 197 | def testIfElseCondTrueOnNet(self): |
| 198 | self.IfElseCondTest(self.true_cond_net_, True, 1, False) |
| 199 | |
| 200 | def testIfElseCondTrueOnBlob(self): |
| 201 | self.IfElseCondTest(self.true_cond_net_, True, 1, True) |
nothing calls this directly
no test coverage detected