in neuron-explainer/neuron_explainer/activations/activation_records.py [0:0]
def relu(x: float) -> float: return max(0.0, x)