modeci_mdf.functions.onnx.relu

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

Relu takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the rectified linear function, y = max(0, x), is applied to the tensor elementwise.