pub struct ReLU { /* private fields */ }
Expand description
ReLU
Implementations
Trait Implementations
Given the forward input value and backward output_grad, Update weight gradient. return backward input gradeint.
access weight values
The number of input needs by this op.
The number of output produced by this op.