MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / forward_plugin

Method forward_plugin

detrsmpl/models/backbones/resnet.py:237–241  ·  view source on GitHub ↗
(self, x, plugin_names)

Source from the content-addressed store, hash-verified

235 return plugin_names
236
237 def forward_plugin(self, x, plugin_names):
238 out = x
239 for name in plugin_names:
240 out = getattr(self, name)(x)
241 return out
242
243 @property
244 def norm1(self):

Callers 1

_inner_forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected