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

Method testIfNotCondFalseOnNet

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

Source from the content-addressed store, hash-verified

225 self.IfNotCondTest(self.true_cond_net_, 0, True)
226
227 def testIfNotCondFalseOnNet(self):
228 self.IfNotCondTest(self.false_cond_net_, 1, False)
229
230 def testIfNotCondFalseOnBlob(self):
231 self.IfNotCondTest(self.false_cond_net_, 1, True)

Callers

nothing calls this directly

Calls 1

IfNotCondTestMethod · 0.95

Tested by

no test coverage detected