opencv/modules/ts
Tomoaki Teshima b2ad7cd9c0 add feature to convert FP32(float) to FP16(half)
* check compiler support
  * check HW support before executing
  * add test doing round trip conversion from / to FP32
  * treat array correctly if size is not multiple of 4
  * add declaration to prevent warning
  * make it possible to enable fp16 on 32bit ARM
  * let the conversion possible on non-supported HW, too.
  * add test using both HW and SW implementation
2016-05-21 21:31:33 +09:00
..
include/opencv2 Updates for XCode 7.3 2016-04-17 20:21:29 +03:00
misc fixup! run.py: issues with forced configuration fixed 2015-11-19 15:32:42 +03:00
src add feature to convert FP32(float) to FP16(half) 2016-05-21 21:31:33 +09:00
CMakeLists.txt disable ts module if it is not used: BUILD_TESTS=OFF and BUILD_PERF_TESTS=OFF 2015-12-12 15:23:31 +03:00