Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/GLM
/ forward
Method
forward
mpu/mappings.py:107–108 ·
view source on GitHub ↗
(ctx, input_)
Source
from the content-addressed store, hash-verified
105
106
@staticmethod
107
def
forward(ctx, input_):
108
return
_split(input_)
109
110
@staticmethod
111
def
backward(ctx, grad_output):
Callers
nothing calls this directly
Calls
1
_split
Function · 0.85
Tested by
no test coverage detected