20 #ifndef TESSERACT_LSTM_NETWORKBUILDER_H_ 21 #define TESSERACT_LSTM_NETWORKBUILDER_H_ 23 #include "static_shape.h" 24 #include "stridemap.h" 52 int append_index,
int net_flags,
float weight_range,
160 #endif // TESSERACT_LSTM_NETWORKBUILDER_H_ static bool InitNetwork(int num_outputs, STRING network_spec, int append_index, int net_flags, float weight_range, TRand *randomizer, Network **network)
Definition: networkbuilder.cpp:45
Network * ParseC(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:266
Definition: static_shape.h:38
Definition: unicharset.h:146
Network * ParseSeries(const StaticShape &input_shape, Input *input_layer, char **str)
Definition: networkbuilder.cpp:146
Definition: baseapi.cpp:94
Network * ParseInput(char **str)
Definition: networkbuilder.cpp:123
Network * ParseR(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:190
NetworkBuilder(int num_softmax_outputs)
Definition: networkbuilder.h:38
Definition: networkbuilder.h:36
Definition: network.h:105
Network * ParseM(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:294
Network * ParseLSTM(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:305
static Network * BuildLSTMXYQuad(int num_inputs, int num_states)
Definition: networkbuilder.cpp:377
int num_softmax_outputs_
Definition: networkbuilder.h:155
Network * ParseParallel(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:171
Network * ParseOutput(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:439
Network * ParseS(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:225
Network * BuildFromString(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:86
Network * ParseFullyConnected(const StaticShape &input_shape, char **str)
Definition: networkbuilder.cpp:421