|
| auto | bc::nn::tanh (bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag > |
| auto | bc::nn::tanh (SystemTag system, bc::size_t inputs) |
| |
| template<class SystemTag > |
| auto | bc::nn::tanh (SystemTag system, bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag , int X> |
| auto | bc::nn::tanh (SystemTag system, bc::Dim< X > inputs) |
| |
| template<class SystemTag , int X> |
| auto | bc::nn::tanh (SystemTag system, bc::Dim< X > inputs) |
| |
| auto | bc::nn::logistic (bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag > |
| auto | bc::nn::logistic (SystemTag system, bc::size_t inputs) |
| |
| template<class SystemTag > |
| auto | bc::nn::logistic (SystemTag system, bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag , int X> |
| auto | bc::nn::logistic (SystemTag system, bc::Dim< X > inputs) |
| |
| template<class SystemTag , int X> |
| auto | bc::nn::logistic (SystemTag system, bc::Dim< X > inputs) |
| |
| auto | bc::nn::relu (bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag > |
| auto | bc::nn::relu (SystemTag system, bc::size_t inputs) |
| |
| template<class SystemTag > |
| auto | bc::nn::relu (SystemTag system, bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag , int X> |
| auto | bc::nn::relu (SystemTag system, bc::Dim< X > inputs) |
| |
| template<class SystemTag , int X> |
| auto | bc::nn::relu (SystemTag system, bc::Dim< X > inputs) |
| |
| auto | bc::nn::softplus (bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag > |
| auto | bc::nn::softplus (SystemTag system, bc::size_t inputs) |
| |
| template<class SystemTag > |
| auto | bc::nn::softplus (SystemTag system, bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag , int X> |
| auto | bc::nn::softplus (SystemTag system, bc::Dim< X > inputs) |
| |
| template<class SystemTag , int X> |
| auto | bc::nn::softplus (SystemTag system, bc::Dim< X > inputs) |
| |
| auto | bc::nn::mish (bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag > |
| auto | bc::nn::mish (SystemTag system, bc::size_t inputs) |
| |
| template<class SystemTag > |
| auto | bc::nn::mish (SystemTag system, bc::size_t inputs) |
| |
| template<class ValueType , class SystemTag , int X> |
| auto | bc::nn::mish (SystemTag system, bc::Dim< X > inputs) |
| |
| template<class SystemTag , int X> |
| auto | bc::nn::mish (SystemTag system, bc::Dim< X > inputs) |
| |