Files
opencv-MIRROR/modules/dnn
Anton Karpov f625c00f5a dnn: fix the parameter names documented for memset
The four memset overloads in cuda4dnn document their first parameter as
src while it is called dest, and the directions are the wrong way round:
the output buffer is marked [in] and the 8-bit fill value is marked [out].

The prose above two of them already says dest, only the tags disagree.
2026-08-05 15:48:52 +03:00
..