adam_beta_ | tesseract::LSTMRecognizer | protected |
ccutil_ | tesseract::LSTMRecognizer | protected |
ConvertToInt() | tesseract::LSTMRecognizer | inline |
debug_win_ | tesseract::LSTMRecognizer | protected |
DebugActivationPath(const NetworkIO &outputs, const std::vector< int > &labels, const std::vector< int > &xcoords) | tesseract::LSTMRecognizer | protected |
DebugActivationRange(const NetworkIO &outputs, const char *label, int best_choice, int x_start, int x_end) | tesseract::LSTMRecognizer | protected |
DecodeLabel(const std::vector< int > &labels, unsigned start, unsigned *end, int *decoded) | tesseract::LSTMRecognizer | protected |
DecodeLabels(const std::vector< int > &labels) | tesseract::LSTMRecognizer | |
DecodeSingleLabel(int label) | tesseract::LSTMRecognizer | protected |
DeSerialize(const TessdataManager *mgr, TFile *fp) | tesseract::LSTMRecognizer | |
dict_ | tesseract::LSTMRecognizer | protected |
DisplayForward(const NetworkIO &inputs, const std::vector< int > &labels, const std::vector< int > &label_coords, const char *window_name, ScrollView **window) | tesseract::LSTMRecognizer | |
DisplayLSTMOutput(const std::vector< int > &labels, const std::vector< int > &xcoords, int height, ScrollView *window) | tesseract::LSTMRecognizer | protected |
EnumerateLayers() const | tesseract::LSTMRecognizer | inline |
GetAdamBeta() const | tesseract::LSTMRecognizer | inline |
GetDict() const | tesseract::LSTMRecognizer | inline |
GetDict() | tesseract::LSTMRecognizer | inline |
GetLayer(const std::string &id) const | tesseract::LSTMRecognizer | inline |
GetLayerLearningRate(const std::string &id) const | tesseract::LSTMRecognizer | inline |
GetMomentum() const | tesseract::LSTMRecognizer | inline |
GetNetwork() const | tesseract::LSTMRecognizer | inline |
GetRecoder() const | tesseract::LSTMRecognizer | inline |
GetUnicharset() const | tesseract::LSTMRecognizer | inline |
GetUnicharset() | tesseract::LSTMRecognizer | inline |
IsIntMode() const | tesseract::LSTMRecognizer | inline |
IsRecoding() const | tesseract::LSTMRecognizer | inline |
IsTensorFlow() const | tesseract::LSTMRecognizer | inline |
LabelsFromOutputs(const NetworkIO &outputs, std::vector< int > *labels, std::vector< int > *xcoords) | tesseract::LSTMRecognizer | |
LabelsViaReEncode(const NetworkIO &output, std::vector< int > *labels, std::vector< int > *xcoords) | tesseract::LSTMRecognizer | protected |
LabelsViaSimpleText(const NetworkIO &output, std::vector< int > *labels, std::vector< int > *xcoords) | tesseract::LSTMRecognizer | protected |
learning_rate() const | tesseract::LSTMRecognizer | inline |
learning_rate_ | tesseract::LSTMRecognizer | protected |
Load(const ParamsVectors *params, const std::string &lang, TessdataManager *mgr) | tesseract::LSTMRecognizer | |
LoadCharsets(const TessdataManager *mgr) | tesseract::LSTMRecognizer | |
LoadDictionary(const ParamsVectors *params, const std::string &lang, TessdataManager *mgr) | tesseract::LSTMRecognizer | |
LoadRecoder(TFile *fp) | tesseract::LSTMRecognizer | |
LSTMRecognizer() | tesseract::LSTMRecognizer | |
LSTMRecognizer(const std::string &language_data_path_prefix) | tesseract::LSTMRecognizer | |
momentum_ | tesseract::LSTMRecognizer | protected |
network_ | tesseract::LSTMRecognizer | protected |
network_str_ | tesseract::LSTMRecognizer | protected |
null_char() const | tesseract::LSTMRecognizer | inline |
null_char_ | tesseract::LSTMRecognizer | protected |
NumInputs() const | tesseract::LSTMRecognizer | inline |
NumOutputs() const | tesseract::LSTMRecognizer | inline |
OutputLossType() const | tesseract::LSTMRecognizer | inline |
OutputStats(const NetworkIO &outputs, float *min_output, float *mean_output, float *sd) | tesseract::LSTMRecognizer | |
randomizer_ | tesseract::LSTMRecognizer | protected |
recoder_ | tesseract::LSTMRecognizer | protected |
RecognizeLine(const ImageData &image_data, float invert_threshold, bool debug, double worst_dict_cert, const TBOX &line_box, PointerVector< WERD_RES > *words, int lstm_choice_mode=0, int lstm_choice_amount=5) | tesseract::LSTMRecognizer | |
RecognizeLine(const ImageData &image_data, float invert_threshold, bool debug, bool re_invert, bool upside_down, float *scale_factor, NetworkIO *inputs, NetworkIO *outputs) | tesseract::LSTMRecognizer | |
sample_iteration() const | tesseract::LSTMRecognizer | inline |
sample_iteration_ | tesseract::LSTMRecognizer | protected |
ScaleLayerLearningRate(const std::string &id, double factor) | tesseract::LSTMRecognizer | inline |
ScaleLearningRate(double factor) | tesseract::LSTMRecognizer | inline |
scratch_space_ | tesseract::LSTMRecognizer | protected |
search_ | tesseract::LSTMRecognizer | protected |
Serialize(const TessdataManager *mgr, TFile *fp) const | tesseract::LSTMRecognizer | |
SetIteration(int iteration) | tesseract::LSTMRecognizer | inline |
SetLayerLearningRate(const std::string &id, float learning_rate) | tesseract::LSTMRecognizer | inline |
SetLearningRate(float learning_rate) | tesseract::LSTMRecognizer | inline |
SetRandomSeed() | tesseract::LSTMRecognizer | inlineprotected |
SimpleTextOutput() const | tesseract::LSTMRecognizer | inline |
training_flags_ | tesseract::LSTMRecognizer | protected |
training_iteration() const | tesseract::LSTMRecognizer | inline |
training_iteration_ | tesseract::LSTMRecognizer | protected |
~LSTMRecognizer() | tesseract::LSTMRecognizer | |