19 #ifndef TESSERACT_LSTM_PARALLEL_H_ 20 #define TESSERACT_LSTM_PARALLEL_H_ 87 #endif // TESSERACT_LSTM_PARALLEL_H_
virtual void Forward(bool debug, const NetworkIO &input, const TransposedArray *input_transpose, NetworkScratch *scratch, NetworkIO *output)
void add_str_int(const char *str, int number)
virtual bool Backward(bool debug, const NetworkIO &fwd_deltas, NetworkScratch *scratch, NetworkIO *back_deltas)
PointerVector< Network > stack_
Parallel(const STRING &name, NetworkType type)
const STRING & name() const
virtual STRING spec() const
virtual StaticShape OutputShape(const StaticShape &input_shape) const