Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ swish
Function
swish
bert/activations.py:11–12 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
9
10
11
def
swish(x):
12
return
x * torch.sigmoid(x)
13
14
15
def
_gelu_python(x):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected