tesseract/src/lstm
2021-05-04 00:51:39 +03: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 Replace STRING by std::string in src/lstm 2021-03-13 21:15:51 +01:00
fullyconnected.cpp Fix OSS-Fuzz issue 32142 (container-overflow write) 2021-04-12 13:45:12 +02:00
fullyconnected.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
functions.cpp [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
functions.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01: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 Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
lstm.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
lstmrecognizer.cpp lstmrecognizer.cpp: Call OutputStats() only when 'invert' is true (#3387) 2021-04-08 17:55:23 +02:00
lstmrecognizer.h Fix some compiler warnings 2021-03-22 10:36:38 +01: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 Fix some compiler warnings with GRAPHICS_DISABLED 2021-04-20 07:58:31 +02:00
network.h Basic usage of new Image class. Only pixDestroy is wrapped at the moment. 2021-03-31 22:39:43 +03:00
networkio.cpp Basic usage of new Image class. Only pixDestroy is wrapped at the moment. 2021-03-31 22:39:43 +03:00
networkio.h Basic usage of new Image class. Only pixDestroy is wrapped at the moment. 2021-03-31 22:39:43 +03:00
networkscratch.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01: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 Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
plumbing.h Replace remaining PointerVector by std::vector for src/lstm 2021-03-18 20:14:40 +01:00
recodebeam.cpp Modernize code (clang-tidy -checks='-*,modernize-loop-convert') 2021-03-22 09:02:51 +01: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 braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
weightmatrix.h Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00