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