MCPcopy 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
11def swish(x):
12 return x * torch.sigmoid(x)
13
14
15def _gelu_python(x):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected