modeci_mdf.functions.onnx.ceil
- modeci_mdf.functions.onnx.ceil(*args, **kwargs)
Ceil takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the ceil is, y = ceil(x), is applied to the tensor elementwise. If x is integral, +0, -0, NaN, or infinite, x itself is returned.