MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / resume

Method resume

imperative/python/megengine/core/autodiff/grad.py:113–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self._impl.suppress()
112
113 def resume(self):
114 if self._impl is not None:
115 self._impl.resume()
116
117
118class Function:

Callers 2

__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected