This is the complete list of members for tesseract::WeightMatrix, including all inherited members.
| AddDeltas(const WeightMatrix &other) | tesseract::WeightMatrix | |
| ConvertToInt() | tesseract::WeightMatrix | |
| CountAlternators(const WeightMatrix &other, TFloat *same, TFloat *changed) const | tesseract::WeightMatrix | |
| Debug2D(const char *msg) | tesseract::WeightMatrix | |
| DeSerialize(bool training, TFile *fp) | tesseract::WeightMatrix | |
| DeSerializeOld(bool training, TFile *fp) | tesseract::WeightMatrix | |
| GetDW(int i, int j) const | tesseract::WeightMatrix | inline |
| GetWeights(int index) const | tesseract::WeightMatrix | inline |
| InitBackward() | tesseract::WeightMatrix | |
| InitWeightsFloat(int no, int ni, bool use_adam, float weight_range, TRand *randomizer) | tesseract::WeightMatrix | |
| is_int_mode() const | tesseract::WeightMatrix | inline |
| MatrixDotVector(const TFloat *u, TFloat *v) const | tesseract::WeightMatrix | |
| MatrixDotVector(const int8_t *u, TFloat *v) const | tesseract::WeightMatrix | |
| MultiplyAccumulate(const TFloat *v, TFloat *inout) | tesseract::WeightMatrix | |
| NumOutputs() const | tesseract::WeightMatrix | inline |
| RemapOutputs(const std::vector< int > &code_map) | tesseract::WeightMatrix | |
| RoundInputs(int size) const | tesseract::WeightMatrix | inline |
| Serialize(bool training, TFile *fp) const | tesseract::WeightMatrix | |
| SumOuterTransposed(const TransposedArray &u, const TransposedArray &v, bool parallel) | tesseract::WeightMatrix | |
| Update(float learning_rate, float momentum, float adam_beta, int num_samples) | tesseract::WeightMatrix | |
| VectorDotMatrix(const TFloat *u, TFloat *v) const | tesseract::WeightMatrix | |
| WeightMatrix() | tesseract::WeightMatrix | inline |