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

Method testIfNotCondFalseOnBlob

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

Source from the content-addressed store, hash-verified

228 self.IfNotCondTest(self.false_cond_net_, 1, False)
229
230 def testIfNotCondFalseOnBlob(self):
231 self.IfNotCondTest(self.false_cond_net_, 1, True)
232
233 def IfNotElseCondTest(self, cond_net, cond_value, expect, cond_on_blob):
234 if cond_value:

Callers

nothing calls this directly

Calls 1

IfNotCondTestMethod · 0.95

Tested by

no test coverage detected