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.