Deep Learning Algorithm Implementations 1.0.0
C++ implementations of fundamental deep learning algorithms
|
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) override | dl::loss::BCELoss< T > | virtual |
operator()(const Variable< T > &predictions, const Variable< T > &targets) | dl::loss::AutogradLoss< T > | inline |
~AutogradLoss()=default | dl::loss::AutogradLoss< T > | virtual |