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

Method testIfNotCondTrueOnNet

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

IfNotCondTestMethod · 0.95

Tested by

no test coverage detected