tesseract/lstm
Stefan Weil 9a4a32137c Fix build for non x86
cpuid.h is only available for x86 builds. There are lots of non x86
architectures, so simply checking for PowerPC is not enough.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-12-26 19:17:03 +01:00
..
convolve.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
convolve.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
ctc.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
ctc.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
fullyconnected.cpp Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
fullyconnected.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
functions.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
functions.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
input.cpp Made LSTM the default engine, pushed cube out 2016-12-13 14:37:40 -08:00
input.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
lstm.cpp openmp: Fix build with clang++ and compilers without OpenMP support 2016-12-04 18:44:03 +01:00
lstm.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
lstmrecognizer.cpp Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
lstmrecognizer.h Fixed multilang for LSTM, pushed cube to one side without actually deleting it 2016-12-05 14:41:43 -08:00
lstmtrainer.cpp More clang-tidy from previous commits 2016-12-06 13:45:49 -08:00
lstmtrainer.h More clang-tidy from previous commits 2016-12-06 13:45:49 -08:00
Makefile.am openmp: Fix build with clang++ and compilers without OpenMP support 2016-12-04 18:44:03 +01:00
maxpool.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
maxpool.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
network.cpp Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
network.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
networkbuilder.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
networkbuilder.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
networkio.cpp lstm: Remove several unused variables 2016-11-25 15:43:39 +01:00
networkio.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
networkscratch.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
parallel.cpp openmp: Fix build with clang++ and compilers without OpenMP support 2016-12-04 18:44:03 +01:00
parallel.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
plumbing.cpp Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
plumbing.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
recodebeam.cpp Made LSTM the default engine, pushed cube out 2016-12-13 14:37:40 -08:00
recodebeam.h Made LSTM the default engine, pushed cube out 2016-12-13 14:37:40 -08:00
reconfig.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
reconfig.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
reversed.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
reversed.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
series.cpp Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
series.h Fix typos in new LSTM code 2016-11-22 08:25:43 +01:00
static_shape.h Fix typos in new LSTM code 2016-11-22 08:25:43 +01:00
stridemap.cpp Fix typos in new LSTM code 2016-11-22 08:25:43 +01:00
stridemap.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
tfnetwork.cpp Added std:: to vector 2016-11-30 15:45:36 -08:00
tfnetwork.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
tfnetwork.proto Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
weightmatrix.cpp Fix build for non x86 2016-12-26 19:17:03 +01:00
weightmatrix.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00