# Functions
New returns a new model with parameters initialized to zeros.
NewBiBiLSTM returns a new Bidirectional BiLSTM Model.
NewBiGRU returns a new Bidirectional GRU Model.
NewBiLSTM returns a new Bidirectional LSTM Model.
# Type aliases
MergeType is the enumeration-like type used for the set of merging methods which a BiRNN model Processor can perform.