mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
78c5e41c23
* Added Swish and Mish activations * Fixed whitespace errors * Kernel implementation done * Added function for launching kernel * Changed type of 1.0 * Attempt to add test for Swish and Mish * Resolving type mismatch for log * exp from device * Use log1pexp instead of adding 1 * Added openCL kernels