MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / forward

Method forward

models/nets/resnet50.py:241–242  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

239 return out
240
241 def forward(self, x):
242 return self._forward_impl(x)
243
244
245class build_ResNet50:

Callers

nothing calls this directly

Calls 1

_forward_implMethod · 0.95

Tested by

no test coverage detected