tesseract/src/lstm
Stefan Weil 3ef403c345 Compile LSTM::PrintW and LSTM::PrintDW conditionally
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-08-10 22:04:57 +02:00
..
convolve.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
convolve.h Fix spec string of convolution layer (#3499) 2021-07-16 18:21:52 +03:00
fullyconnected.cpp Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
fullyconnected.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
functions.cpp Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
functions.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
generate_lut.py Use pre-calculated lookup tables for all C++ compilers 2019-10-31 20:26:01 +01:00
input.cpp Add Image::clone(). 2021-04-01 17:06:30 +03:00
input.h Basic usage of new Image class. Only pixDestroy is wrapped at the moment. 2021-03-31 22:39:43 +03:00
lstm.cpp Compile LSTM::PrintW and LSTM::PrintDW conditionally 2021-08-10 22:04:57 +02:00
lstm.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
lstmrecognizer.cpp lstmrecognizer.cpp: Call OutputStats() only when 'invert' is true (#3387) 2021-04-08 17:55:23 +02:00
lstmrecognizer.h Add --reset_learning_rate option to lstmtraining (#3470) 2021-06-28 11:48:07 +03:00
maxpool.cpp [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
maxpool.h Replace STRING by std::string in src/lstm 2021-03-13 21:15:51 +01:00
network.cpp Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
network.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
networkio.cpp Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
networkio.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
networkscratch.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
parallel.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
parallel.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
plumbing.cpp Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
plumbing.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00
recodebeam.cpp Fix a couple of 'shadowed local variables' compiler warnings 2021-07-20 20:49:03 +02:00
recodebeam.h Revert d6cdc52. Fixes #3412. 2021-05-04 00:51:39 +03:00
reconfig.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
reconfig.h Replace STRING by std::string in src/lstm 2021-03-13 21:15:51 +01:00
reversed.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
reversed.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
series.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
series.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
static_shape.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
stridemap.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
stridemap.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
tfnetwork.cpp Fix compilation for Tensorflow code 2021-03-29 16:19:06 +02:00
tfnetwork.h Replace STRING by std::string in src/lstm 2021-03-13 21:15:51 +01:00
tfnetwork.pb.cc [clang-format] Format generated protobuf source. 2021-03-13 00:07:03 +03:00
tfnetwork.pb.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
tfnetwork.proto Replace Tensorflow by TensorFlow 2019-05-24 17:14:28 +02:00
weightmatrix.cpp Add TFloat data type for neural network 2021-07-24 15:14:17 +02:00
weightmatrix.h Prepare using float instead of double for LSTM calculations 2021-07-24 13:59:37 +02:00