Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
Loading...
Searching...
No Matches
dl::loss::BCELoss< T > Member List

This is the complete list of members for dl::loss::BCELoss< T >, including all inherited members.

BCELoss(const std::string &reduction="mean")dl::loss::BCELoss< T >inlineexplicit
forward(const Variable< T > &predictions, const Variable< T > &targets) overridedl::loss::BCELoss< T >virtual
operator()(const Variable< T > &predictions, const Variable< T > &targets)dl::loss::AutogradLoss< T >inline
~AutogradLoss()=defaultdl::loss::AutogradLoss< T >virtual