(self)
| 166 | self.CheckNetOutput([(self.cnt_net_, expect)]) |
| 167 | |
| 168 | def testIfCondTrueOnNet(self): |
| 169 | self.IfCondTest(self.true_cond_net_, 1, False) |
| 170 | |
| 171 | def testIfCondTrueOnBlob(self): |
| 172 | self.IfCondTest(self.true_cond_net_, 1, True) |
nothing calls this directly
no test coverage detected