floor method

Tensor<T> floor()

Calculates x.floor() for each element.

Implementation

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