leaky_relu

Function leaky_relu 

Source
pub fn leaky_relu(
    graph: &mut ComputationGraph,
    input: &ReverseVariable,
    alpha: f64,
) -> ReverseVariable
Expand description

Leaky ReLU operation on computation graph