MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / ActivationOp

Class ActivationOp

python/cutlass_cppgen/backend/library.py:139–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139class ActivationOp(enum.Enum):
140 DGelu = enum_auto()
141 Gelu = enum_auto()
142 GeluTaylor = enum_auto()
143 HardSwish = enum_auto()
144 Identity = enum_auto()
145 LeakyReLU = enum_auto()
146 ReLU = enum_auto()
147 Sigmoid = enum_auto()
148 SiLU = enum_auto()
149 Tanh = enum_auto()
150
151
152ActivationOpTag = {

Callers

nothing calls this directly

Calls 1

enum_autoFunction · 0.70

Tested by

no test coverage detected