relu

pub fn relu(
    graph: &mut ComputationGraph,
    input: &ReverseVariable,
) -> ReverseVariable
Expand description

ReLU (Rectified Linear Unit) operation on computation graph