pub struct ELU { /* private fields */ }
Expand description
ELU
Implementations
Trait Implementations
Given the forward input value and backward output_grad, Update weight gradient. return backward input gradeint.
access weight values
pub struct ELU { /* private fields */ }
ELU
Given the forward input value and backward output_grad, Update weight gradient. return backward input gradeint.
access weight values