jax.lax.ceil

Warning

This page was created from a pull request (#9655).

jax.lax.ceil¶

jax.lax.ceil(x)[source]¶

Elementwise ceiling: \(\left\lceil x \right\rceil\).

Parameters

x (Any) –

Return type

Any