mlx.core.log1p

目錄

mlx.core.log1p#

log1p(a: array, /, *, stream: None | Stream | Device = None) array#

Element-wise natural log of one plus the array.

參數:

a (array) -- Input array.

回傳:

The natural logarithm of one plus a.

回傳型別:

array