tesseract
4.0.0-1-g2a2b
|
#include "weightmatrix.h"
#include "dotproductavx.h"
#include "dotproductsse.h"
#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 |