tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::NetworkScratch::GradientStore Class Reference

#include <networkscratch.h>

Collaboration diagram for tesseract::NetworkScratch::GradientStore:

Public Member Functions

 GradientStore ()
 
 ~GradientStore ()
 
void Init (int size1, int size2, NetworkScratch *scratch)
 
TransposedArrayget () const
 
const TransposedArrayoperator* () const
 

Private Attributes

TransposedArrayarray_
 
NetworkScratchscratch_space_
 

Constructor & Destructor Documentation

◆ GradientStore()

tesseract::NetworkScratch::GradientStore::GradientStore ( )
inline

◆ ~GradientStore()

tesseract::NetworkScratch::GradientStore::~GradientStore ( )
inline

Member Function Documentation

◆ get()

TransposedArray* tesseract::NetworkScratch::GradientStore::get ( ) const
inline

◆ Init()

void tesseract::NetworkScratch::GradientStore::Init ( int  size1,
int  size2,
NetworkScratch scratch 
)
inline

◆ operator*()

const TransposedArray& tesseract::NetworkScratch::GradientStore::operator* ( ) const
inline

Member Data Documentation

◆ array_

TransposedArray* tesseract::NetworkScratch::GradientStore::array_
private

◆ scratch_space_

NetworkScratch* tesseract::NetworkScratch::GradientStore::scratch_space_
private

The documentation for this class was generated from the following file: