|
tesseract
5.0.0-alpha-619-ge9db
|
#include "weightmatrix.h"#include <cassert>#include "intsimdmatrix.h"#include "simddetect.h"#include "statistc.h"#include "tprintf.h"Go to the source code of this file.
Namespaces | |
| tesseract | |
Variables | |
| const int | tesseract::kAdamCorrectionIterations = 200000 |
| const double | tesseract::kAdamEpsilon = 1e-8 |
| const int | tesseract::kInt8Flag = 1 |
| const int | tesseract::kAdamFlag = 4 |
| const int | tesseract::kDoubleFlag = 128 |
| const int | tesseract::kHistogramBuckets = 16 |