11 lines
161 B
C++
11 lines
161 B
C++
#include <psemek/ml/activation.hpp>
|
|
|
|
namespace psemek::ml
|
|
{
|
|
|
|
char const * unknown_activation_type::what() noexcept
|
|
{
|
|
return "unknown activation type";
|
|
}
|
|
|
|
}
|