MCPcopy Create free account
hub / github.com/AtlasAnalyticsLab/AdaFisher / forward

Method forward

Image_Classification/src/models/resnet.py:234–235  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

232 return x
233
234 def forward(self, x):
235 return self._forward_impl(x)
236
237
238def _resnet(arch, block, layers, **kwargs):

Callers

nothing calls this directly

Calls 1

_forward_implMethod · 0.95

Tested by

no test coverage detected