(self)
| 249 | self.CheckNetOutput([(run_net, expect)]) |
| 250 | |
| 251 | def testIfNotElseCondTrueOnNet(self): |
| 252 | self.IfNotElseCondTest(self.true_cond_net_, True, 2, False) |
| 253 | |
| 254 | def testIfNotElseCondTrueOnBlob(self): |
| 255 | self.IfNotElseCondTest(self.true_cond_net_, True, 2, True) |
nothing calls this directly
no test coverage detected