MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / _outer

Method _outer

monai/utils/profiling.py:329–331  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

327 """
328
329 def _outer(func):
330 _name = func.__name__ if name is None else name
331 return self.profile_ctx(_name)(func)
332
333 return _outer
334

Callers

nothing calls this directly

Calls 1

profile_ctxMethod · 0.95

Tested by

no test coverage detected