|
tesseract
4.00.00dev
|
#include "lstm.h"#include <stdio.h>#include <stdlib.h>#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 |