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

Method forward

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

Source from the content-addressed store, hash-verified

88
89 @staticmethod
90 def forward(ctx, input_):
91 return input_
92
93 @staticmethod
94 def backward(ctx, grad_output):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected