tesseract/lstm
Stefan Weil c7c738a1e6 lstm: Small code optimisation (#1426)
Replace float compare operation by integer compare operation
and avoid float division if it is not needed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-03-25 21:04:15 +02:00
..
convolve.cpp Added ADAM optimizer, unless git screwed it up, cos there is no diff 2017-08-02 14:03:50 -07:00
convolve.h Use POSIX data types for external interfaces (#1358) 2018-03-13 19:01:40 +01: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 lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
fullyconnected.h Use POSIX data types for external interfaces (#1358) 2018-03-13 19:01:40 +01: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 lstm: Small code optimisation (#1426) 2018-03-25 21:04:15 +02:00
input.h Final part of endian improvement. Adds big-endian support to lstm and fixes issue 518 2017-05-03 16:09:44 -07:00
lstm.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
lstm.h lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
lstmrecognizer.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
lstmrecognizer.h lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
lstmtrainer.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
lstmtrainer.h lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
Makefile.am Remove macro USE_STD_NAMESPACE (#1360) 2018-03-04 14:43:28 +01:00
maxpool.cpp fix filenames in comments 2017-07-02 17:35:47 -04:00
maxpool.h Final part of endian improvement. Adds big-endian support to lstm and fixes issue 518 2017-05-03 16:09:44 -07:00
network.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
network.h lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
networkbuilder.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
networkbuilder.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
networkio.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
networkio.h Use POSIX data types and macros (#878) 2018-03-13 21:36:30 +01:00
networkscratch.h lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
parallel.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
parallel.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
plumbing.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
plumbing.h lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
recodebeam.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
recodebeam.h lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
reconfig.cpp Final part of endian improvement. Adds big-endian support to lstm and fixes issue 518 2017-05-03 16:09:44 -07:00
reconfig.h Use POSIX data types for external interfaces (#1358) 2018-03-13 19:01:40 +01:00
reversed.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
reversed.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
series.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
series.h Updated comments on RemapOutputs 2017-09-08 10:24:00 +01:00
static_shape.h Fix typos in new LSTM code 2016-11-22 08:25:43 +01:00
stridemap.cpp Fewer g++ -Wsign-compare warnings 2017-05-11 23:14:52 +02: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 fix filenames in comments 2017-07-02 17:35:47 -04:00
tfnetwork.h Final part of endian improvement. Adds big-endian support to lstm and fixes issue 518 2017-05-03 16:09:44 -07:00
tfnetwork.proto Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
weightmatrix.cpp lstm: Replace NULL by nullptr (#1415) 2018-03-25 17:19:27 +02:00
weightmatrix.h Use POSIX data types and macros (#878) 2018-03-13 21:36:30 +01:00