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

Method testIfNotElseCondTrueOnNet

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

Source from the content-addressed store, hash-verified

249 self.CheckNetOutput([(run_net, expect)])
250
251 def testIfNotElseCondTrueOnNet(self):
252 self.IfNotElseCondTest(self.true_cond_net_, True, 2, False)
253
254 def testIfNotElseCondTrueOnBlob(self):
255 self.IfNotElseCondTest(self.true_cond_net_, True, 2, True)

Callers

nothing calls this directly

Calls 1

IfNotElseCondTestMethod · 0.95

Tested by

no test coverage detected