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

Method suppress

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

Source from the content-addressed store, hash-verified

107 Grad.grouping = False
108
109 def suppress(self):
110 if self._impl is not None:
111 self._impl.suppress()
112
113 def resume(self):
114 if self._impl is not None:

Callers 2

__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected