tesseract  4.00.00dev
lstm.cpp File Reference
#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
 

Macro Definition Documentation

◆ END_PARALLEL_IF_OPENMP

#define END_PARALLEL_IF_OPENMP

Definition at line 58 of file lstm.cpp.

◆ PARALLEL_IF_OPENMP

#define PARALLEL_IF_OPENMP (   __num_threads)

Definition at line 56 of file lstm.cpp.

◆ SECTION_IF_OPENMP

#define SECTION_IF_OPENMP

Definition at line 57 of file lstm.cpp.