[layers/activation_func] Apply template on activation functions
[platform/core/ml/nntrainer.git] / nntrainer / layers / acti_func.h
2023-08-21 skykongkong8[layers/activation_func] Apply template on activation...
2023-05-23 Seungbaek Hong[activation] add gelu function
2023-04-04 Seungbaek Hong[activation] add swish activation function
2023-02-09 hyeonseok lee[layer] rename variable names
2021-11-25 Jihoon Lee[Add] add leaky relu to actifun
2021-10-18 Parichay Kapoor[in-place] Support in-place activation
2021-09-10 Jihoon Lee[Props] Implement activation property
2021-07-22 Parichay Kapoor[layernode] Move actiovation to LayerNode
2021-07-20 Parichay Kapoor[activation] Update implementation for in-place
2021-06-10 Parichay Kapoor[layer] Support inPlace() as an interface for the layer
2021-03-25 jijoong.moon[ ActFunc ] Separate Activation Function from Activatio...