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

Method testIfCondFalseOnNet

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

Source from the content-addressed store, hash-verified

172 self.IfCondTest(self.true_cond_net_, 1, True)
173
174 def testIfCondFalseOnNet(self):
175 self.IfCondTest(self.false_cond_net_, 0, False)
176
177 def testIfCondFalseOnBlob(self):
178 self.IfCondTest(self.false_cond_net_, 0, True)

Callers

nothing calls this directly

Calls 1

IfCondTestMethod · 0.95

Tested by

no test coverage detected