MCPcopy Create free account
hub / github.com/THUDM/GLM / backward

Method backward

mpu/mappings.py:123–124  ·  view source on GitHub ↗
(ctx, grad_output)

Source from the content-addressed store, hash-verified

121
122 @staticmethod
123 def backward(ctx, grad_output):
124 return _split(grad_output)
125
126
127# -----------------

Callers

nothing calls this directly

Calls 1

_splitFunction · 0.85

Tested by

no test coverage detected