MCPcopy Create free account
hub / github.com/apache/singa / forward

Method forward

examples/cnn_ms/model/resnet.py:180–183  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

178 layers.append(block(self.inplanes, planes))
179
180 def forward(x):
181 for layer in layers:
182 x = layer(x)
183 return x
184
185 return forward, layers
186

Callers 1

train_one_batchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected