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

Method testIfCondFalseOnBlob

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

Source from the content-addressed store, hash-verified

175 self.IfCondTest(self.false_cond_net_, 0, False)
176
177 def testIfCondFalseOnBlob(self):
178 self.IfCondTest(self.false_cond_net_, 0, True)
179
180 def IfElseCondTest(self, cond_net, cond_value, expect, cond_on_blob):
181 if cond_value:

Callers

nothing calls this directly

Calls 1

IfCondTestMethod · 0.95

Tested by

no test coverage detected