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