mlx.nn.log_sigmoid# class log_sigmoid(x)# 应用 Log Sigmoid 函数。 逐元素应用 \(\log(\sigma(x)) = -\log(1 + e^{-x})\)。