LogSigmoidΒΆ
Computes log sigmoid of x element-wise.
Abstract Signature:
LogSigmoid(x: Tensor)
NumPy
API:
βStrategy: Macro '-np.logaddexp(0, -{x})'
Apple MLX
API:
mlx.nn.layers.activations.LogSigmoidStrategy: Macro '-mx.logaddexp(0, -{x})'