Home
last modified time | relevance | path

Searched refs:OutputLossType (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dlstmrecognizer.h76 LossType OutputLossType() const { in OutputLossType() function
85 return OutputLossType() == LT_SOFTMAX; in SimpleTextOutput()
/dports/graphics/tesseract/tesseract-5.0.0/src/training/unicharset/
H A Dlstmtrainer.cpp957 LossType loss_type = OutputLossType(); in PrepareForBackward()
1183 if (OutputLossType() == LT_CTC) { in DebugLSTMTraining()