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) -- 輸入陣列。

回傳值:

The natural logarithm of one plus a.

回傳值型別:

array