ATLAS Offline Software
|
#include <Stack.h>
Public Member Functions | |
UnaryActivationLayer (ActivationConfig) | |
virtual VectorXd | compute (const VectorXd &) const override |
Private Attributes | |
std::function< double(double)> | m_func |
lwtDev::UnaryActivationLayer::UnaryActivationLayer | ( | ActivationConfig | act | ) |
|
overridevirtual |
Implements lwtDev::ILayer.
|
private |