| 1055 | |
| 1056 | template <typename P> |
| 1057 | inline void SetActivationParams(float min, float max, P* params) { |
| 1058 | params->float_activation_min = min; |
| 1059 | params->float_activation_max = max; |
| 1060 | } |
| 1061 | |
| 1062 | template <typename P> |
| 1063 | inline void SetActivationParams(int32 min, int32 max, P* params) { |
no outgoing calls
no test coverage detected