MCPcopy Create free account
hub / github.com/BVLC/caffe / setUp

Method setUp

python/caffe/test/test_python_layer.py:103–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 'Caffe built without Python layer support')
102class TestPythonLayer(unittest.TestCase):
103 def setUp(self):
104 net_file = python_net_file()
105 self.net = caffe.Net(net_file, caffe.TRAIN)
106 os.remove(net_file)
107
108 def test_forward(self):
109 x = 8

Callers

nothing calls this directly

Calls 2

python_net_fileFunction · 0.85
NetMethod · 0.80

Tested by

no test coverage detected