hard_silu

Contents

hard_silu#

class brainpy.math.hard_silu(x)[source]#

Hard SiLU activation function

Computes the element-wise function

\[\mathrm{hard\_silu}(x) = x \cdot \mathrm{hard\_sigmoid}(x)\]
Parameters:

x (ArrayType) – The input array.