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

Method testIfNotCondTrueOnBlob

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

Source from the content-addressed store, hash-verified

222 self.IfNotCondTest(self.true_cond_net_, 0, False)
223
224 def testIfNotCondTrueOnBlob(self):
225 self.IfNotCondTest(self.true_cond_net_, 0, True)
226
227 def testIfNotCondFalseOnNet(self):
228 self.IfNotCondTest(self.false_cond_net_, 1, False)

Callers

nothing calls this directly

Calls 1

IfNotCondTestMethod · 0.95

Tested by

no test coverage detected