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

Method testIfElseCondTrueOnBlob

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

Source from the content-addressed store, hash-verified

198 self.IfElseCondTest(self.true_cond_net_, True, 1, False)
199
200 def testIfElseCondTrueOnBlob(self):
201 self.IfElseCondTest(self.true_cond_net_, True, 1, True)
202
203 def testIfElseCondFalseOnNet(self):
204 self.IfElseCondTest(self.false_cond_net_, False, 2, False)

Callers

nothing calls this directly

Calls 1

IfElseCondTestMethod · 0.95

Tested by

no test coverage detected