LossVisitor exposes the Loss() method of the given module. More...
Public Member Functions | |
template < typename LayerType > | |
double | operator() (LayerType *layer) const |
Return the Loss. More... | |
double | operator() (MoreTypes layer) const |
LossVisitor exposes the Loss() method of the given module.
Definition at line 26 of file loss_visitor.hpp.
double operator() | ( | LayerType * | layer | ) | const |
Return the Loss.
double operator() | ( | MoreTypes | layer | ) | const |