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

Method forward

python/caffe/test/test_python_layer.py:56–57  ·  view source on GitHub ↗
(self, bottom, top)

Source from the content-addressed store, hash-verified

54 top[0].reshape()
55
56 def forward(self, bottom, top):
57 top[0].data[()] = self.phase
58
59def python_net_file():
60 with tempfile.NamedTemporaryFile(mode='w+', delete=False) as f:

Callers 10

_Net_forward_allFunction · 0.45
test_forward_backwardMethod · 0.45
test_forwardMethod · 0.45
test_reshapeMethod · 0.45
test_parameterMethod · 0.45
test_phaseMethod · 0.45
test_zero_topsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected