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

Method testIfElseCondFalseOnBlob

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

Source from the content-addressed store, hash-verified

204 self.IfElseCondTest(self.false_cond_net_, False, 2, False)
205
206 def testIfElseCondFalseOnBlob(self):
207 self.IfElseCondTest(self.false_cond_net_, False, 2, True)
208
209 def IfNotCondTest(self, cond_net, expect, cond_on_blob):
210 if cond_on_blob:

Callers

nothing calls this directly

Calls 1

IfElseCondTestMethod · 0.95

Tested by

no test coverage detected