Class MultiCellInput

Inheritance Relationships

Base Type

Class Documentation

class MultiCellInput : public marian::rnn::CellInput

Public Functions

MultiCellInput(const std::vector<Ptr<CellInput>> &inputs, Ptr<Options> options)
void push_back(Ptr<CellInput> input)
virtual Expr apply(State state)
virtual int dimOutput()
virtual void clear()

Protected Attributes

std::vector<Ptr<CellInput>> inputs_