tesseract
5.0.0-alpha-619-ge9db
|
This is the complete list of members for tesseract::Input, including all inherited members.
Backward(bool debug, const NetworkIO &fwd_deltas, NetworkScratch *scratch, NetworkIO *back_deltas) override | tesseract::Input | virtual |
backward_win_ | tesseract::Network | protected |
CacheXScaleFactor(int factor) override | tesseract::Input | virtual |
ClearWindow(bool tess_coords, const char *window_name, int width, int height, ScrollView **window) | tesseract::Network | static |
ConvertToInt() | tesseract::Network | inlinevirtual |
CountAlternators(const Network &other, double *same, double *changed) const | tesseract::Network | inlinevirtual |
CreateFromFile(TFile *fp) | tesseract::Network | static |
DeSerialize(TFile *fp) override | tesseract::Input | virtual |
DisplayBackward(const NetworkIO &matrix) | tesseract::Network | |
DisplayForward(const NetworkIO &matrix) | tesseract::Network | |
DisplayImage(Pix *pix, ScrollView *window) | tesseract::Network | static |
Forward(bool debug, const NetworkIO &input, const TransposedArray *input_transpose, NetworkScratch *scratch, NetworkIO *output) override | tesseract::Input | virtual |
forward_win_ | tesseract::Network | protected |
InitWeights(float range, TRand *randomizer) | tesseract::Network | virtual |
Input(const STRING &name, int ni, int no) | tesseract::Input | |
Input(const STRING &name, const StaticShape &shape) | tesseract::Input | |
InputShape() const override | tesseract::Input | inlinevirtual |
IsPlumbingType() const | tesseract::Network | inlinevirtual |
IsTraining() const | tesseract::Network | inline |
name() const | tesseract::Network | inline |
name_ | tesseract::Network | protected |
needs_to_backprop() const | tesseract::Network | inline |
needs_to_backprop_ | tesseract::Network | protected |
Network() | tesseract::Network | |
Network(NetworkType type, const STRING &name, int ni, int no) | tesseract::Network | |
network_flags_ | tesseract::Network | protected |
ni_ | tesseract::Network | protected |
no_ | tesseract::Network | protected |
num_weights() const | tesseract::Network | inline |
num_weights_ | tesseract::Network | protected |
NumInputs() const | tesseract::Network | inline |
NumOutputs() const | tesseract::Network | inline |
OutputShape(const StaticShape &input_shape) const override | tesseract::Input | inlinevirtual |
PrepareLSTMInputs(const ImageData &image_data, const Network *network, int min_width, TRand *randomizer, float *image_scale) | tesseract::Input | static |
PreparePixInput(const StaticShape &shape, const Pix *pix, TRand *randomizer, NetworkIO *input) | tesseract::Input | static |
Random(double range) | tesseract::Network | protected |
randomizer_ | tesseract::Network | protected |
RemapOutputs(int old_no, const std::vector< int > &code_map) | tesseract::Network | inlinevirtual |
Serialize(TFile *fp) const override | tesseract::Input | virtual |
SetEnableTraining(TrainingState state) | tesseract::Network | virtual |
SetNetworkFlags(uint32_t flags) | tesseract::Network | virtual |
SetRandomizer(TRand *randomizer) | tesseract::Network | virtual |
SetupNeedsBackprop(bool needs_backprop) | tesseract::Network | virtual |
spec() const override | tesseract::Input | inlinevirtual |
TestFlag(NetworkFlags flag) const | tesseract::Network | inline |
training_ | tesseract::Network | protected |
type() const | tesseract::Network | inline |
type_ | tesseract::Network | protected |
Update(float learning_rate, float momentum, float adam_beta, int num_samples) | tesseract::Network | inlinevirtual |
XScaleFactor() const override | tesseract::Input | virtual |
~Input() override=default | tesseract::Input | |
~Network()=default | tesseract::Network | virtual |