modeci_mdf.functions.onnx.floor

modeci_mdf.functions.onnx.floor(*args, **kwargs)

Floor takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the floor is, y = floor(x), is applied to the tensor elementwise. If x is integral, +0, -0, NaN, or infinite, x itself is returned.