mlx.core.ceil

Contents

mlx.core.ceil#

ceil(a: array, /, *, stream: StreamOrDevice = None) array#

Element-wise ceil.

Parameters:

a (array) – Input array.

Returns:

The ceil of a.

Return type:

array