tesseract
5.0.0-alpha-619-ge9db
|
#include "lstm.h"
#include <cstdio>
#include <cstdlib>
#include "fullyconnected.h"
#include "functions.h"
#include "networkscratch.h"
#include "tprintf.h"
Go to the source code of this file.
Namespaces | |
tesseract | |
Macros | |
#define | PARALLEL_IF_OPENMP(__num_threads) |
#define | SECTION_IF_OPENMP |
#define | END_PARALLEL_IF_OPENMP |
Variables | |
const double | tesseract::kStateClip = 100.0 |
const double | tesseract::kErrClip = 1.0f |