tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::NetworkBuilder Member List

This is the complete list of members for tesseract::NetworkBuilder, including all inherited members.

BuildFromString(const StaticShape &input_shape, char **str)tesseract::NetworkBuilder
BuildLSTMXYQuad(int num_inputs, int num_states)tesseract::NetworkBuilderprivatestatic
InitNetwork(int num_outputs, STRING network_spec, int append_index, int net_flags, float weight_range, TRand *randomizer, Network **network)tesseract::NetworkBuilderstatic
NetworkBuilder(int num_softmax_outputs)tesseract::NetworkBuilderinlineexplicit
num_softmax_outputs_tesseract::NetworkBuilderprivate
ParseC(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseFullyConnected(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseInput(char **str)tesseract::NetworkBuilderprivate
ParseLSTM(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseM(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseOutput(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseParallel(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseR(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseS(const StaticShape &input_shape, char **str)tesseract::NetworkBuilderprivate
ParseSeries(const StaticShape &input_shape, Input *input_layer, char **str)tesseract::NetworkBuilderprivate