MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / forward

Method forward

codegeex/megatron/mpu/mappings.py:106–107  ·  view source on GitHub ↗
(ctx, input_)

Source from the content-addressed store, hash-verified

104
105 @staticmethod
106 def forward(ctx, input_):
107 return _reduce(input_)
108
109 @staticmethod
110 def backward(ctx, grad_output):

Callers

nothing calls this directly

Calls 1

_reduceFunction · 0.85

Tested by

no test coverage detected