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

Method testIfNotElseCondFalseOnBlob

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

Source from the content-addressed store, hash-verified

258 self.IfNotElseCondTest(self.false_cond_net_, False, 1, False)
259
260 def testIfNotElseCondFalseOnBlob(self):
261 self.IfNotElseCondTest(self.false_cond_net_, False, 1, True)
262
263 def testSwitch(self):
264 step = control.Switch(

Callers

nothing calls this directly

Calls 1

IfNotElseCondTestMethod · 0.95

Tested by

no test coverage detected