MCPcopy Create free account
hub / github.com/Duankaiwen/CenterNet / forward

Method forward

nnet/py_factory.py:31–32  ·  view source on GitHub ↗
(self, *xs, **kwargs)

Source from the content-addressed store, hash-verified

29 self.module = model
30
31 def forward(self, *xs, **kwargs):
32 return self.module(*xs, **kwargs)
33
34class NetworkFactory(object):
35 def __init__(self, db):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected