mlx.nn.hardswish

目录

mlx.nn.hardswish#

class hardswish(x)#

逐元素应用 hardswish 函数。

\[\text{Hardswish}(x) = x * \min(\max(x + 3, 0), 6) / 6\]