mlx.nn.hardswish

目錄

mlx.nn.hardswish#

class hardswish(x)#

逐元素套用 hardswish 函式。

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