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.