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

Method forward

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

Source from the content-addressed store, hash-verified

120
121 @staticmethod
122 def forward(ctx, input_):
123 return _split(input_)
124
125 @staticmethod
126 def backward(ctx, grad_output):

Callers

nothing calls this directly

Calls 1

_splitFunction · 0.85

Tested by

no test coverage detected