ceil method

Tensor<T> ceil()

Calculates x.ceil() for each element.

Implementation

Tensor<T> ceil() => (toBuilder()..ceil()).build();