
Public Member Functions | |
| GradientZeroVisitor () | |
| Set the gradient to zero for the given module. More... | |
template < typename LayerType > | |
| void | operator() (LayerType *layer) const |
| Set the gradient to zero. More... | |
| void | operator() (MoreTypes layer) const |
Definition at line 27 of file gradient_zero_visitor.hpp.
Set the gradient to zero for the given module.
| void operator() | ( | LayerType * | layer | ) | const |
Set the gradient to zero.
| void operator() | ( | MoreTypes | layer | ) | const |