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

Method backward

imperative/python/megengine/core/autodiff/grad.py:19–20  ·  view source on GitHub ↗
(self, ys, dys)

Source from the content-addressed store, hash-verified

17 self.name = name
18
19 def backward(self, ys, dys):
20 return core2.backward(self, ys, dys)
21
22
23class Grad:

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected