Home
last modified time | relevance | path

Searched refs:CV_CPU_HAS_SUPPORT_FP16 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcv_cpu_helper.h174 # define CV_CPU_HAS_SUPPORT_FP16 1 macro
180 # define CV_CPU_HAS_SUPPORT_FP16 (cv::checkHardwareSupport(CV_CPU_FP16)) macro
181 # define CV_CPU_CALL_FP16(fn, args) if (CV_CPU_HAS_SUPPORT_FP16) return (opt_FP16::fn args)
182 # define CV_CPU_CALL_FP16_(fn, args) if (CV_CPU_HAS_SUPPORT_FP16) return (opt_FP16::fn args)
186 # define CV_CPU_HAS_SUPPORT_FP16 0 macro