tesseract/arch
Stefan Weil 19616b07ba lstm: Move class SIMDDetect to new source file and improve code
Modify also the code to use a singleton. This simplifies the code as
no locking is needed. It also slightly improves the performance because
no check whether the architecture was tested is needed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-27 13:25:08 +01:00
..
dotproductavx.cpp Fix 32 bit builds (missing _mm256_extract_epi64) 2016-11-24 07:32:49 +01:00
dotproductavx.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
dotproductsse.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
dotproductsse.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
Makefile.am lstm: Move class SIMDDetect to new source file and improve code 2016-12-27 13:25:08 +01:00
simddetect.cpp lstm: Move class SIMDDetect to new source file and improve code 2016-12-27 13:25:08 +01:00
simddetect.h lstm: Move class SIMDDetect to new source file and improve code 2016-12-27 13:25:08 +01:00