(self)
| 219 | self.CheckNetOutput([(self.cnt_net_, expect)]) |
| 220 | |
| 221 | def testIfNotCondTrueOnNet(self): |
| 222 | self.IfNotCondTest(self.true_cond_net_, 0, False) |
| 223 | |
| 224 | def testIfNotCondTrueOnBlob(self): |
| 225 | self.IfNotCondTest(self.true_cond_net_, 0, True) |
nothing calls this directly
no test coverage detected