tesseract/src/lstm
Stefan Weil c7baf8f17d Add more information shown by combine_tessdata -l
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-01-15 18:49:51 +01:00
..
convolve.cpp Remove serialis.h from public API 2020-12-29 11:28:50 +01:00
convolve.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
fullyconnected.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
fullyconnected.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
functions.cpp Use pre-calculated lookup tables for all C++ compilers 2019-10-31 20:26:01 +01:00
functions.h Remove helpers.h from public API 2020-12-31 09:06:16 +01:00
generate_lut.py Use pre-calculated lookup tables for all C++ compilers 2019-10-31 20:26:01 +01:00
input.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
input.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
lstm.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
lstm.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
lstmrecognizer.cpp Replace STRING by std::string for LSTMRecognizer::network_str_ 2021-01-15 18:49:51 +01:00
lstmrecognizer.h Add more information shown by combine_tessdata -l 2021-01-15 18:49:51 +01:00
maxpool.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
maxpool.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
network.cpp Fix build with enabled TensorFlow 2020-12-04 10:56:23 +01:00
network.h Fix linux build. 2020-12-31 17:46:49 +03:00
networkio.cpp Set best or user selected IntSimdMatrix 2019-01-14 21:34:37 +01:00
networkio.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
networkscratch.h Remove genericvector.h from public API 2020-12-28 21:03:29 +01:00
parallel.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
parallel.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
plumbing.cpp More std::vector. 2021-01-07 13:57:57 +03:00
plumbing.h More std::vector. 2021-01-07 13:57:57 +03:00
recodebeam.cpp Replace resize(0) by clear() for std::vector 2021-01-12 19:24:54 +01:00
recodebeam.h More std::vector. 2021-01-07 13:57:57 +03:00
reconfig.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
reconfig.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
reversed.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
reversed.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
series.cpp Use const char* for filename and network_spec parameters 2020-11-26 17:01:17 +01:00
series.h Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. 2020-12-31 16:32:29 +03:00
static_shape.h Remove serialis.h from public API 2020-12-29 11:28:50 +01:00
stridemap.cpp Modernize code (clang-tidy check modernize-loop-convert) 2019-04-05 08:29:00 +02:00
stridemap.h Remove unused include statements for tprintf.h 2018-11-18 17:25:01 +01:00
tfnetwork.cpp Fix build with enabled TensorFlow 2020-12-04 10:56:23 +01:00
tfnetwork.h Fix build with enabled TensorFlow 2020-12-04 10:56:23 +01:00
tfnetwork.pb.cc Support build with Tensorflow 2019-05-24 14:11:31 +02:00
tfnetwork.pb.h Support build with Tensorflow 2019-05-24 14:11:31 +02:00
tfnetwork.proto Replace Tensorflow by TensorFlow 2019-05-24 17:14:28 +02:00
weightmatrix.cpp Use std::vector for scales_ 2020-10-29 08:00:11 +01:00
weightmatrix.h Use std::vector for scales_ 2020-10-29 08:00:11 +01:00