LSTM.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opCall(Variable!(T, 2, Storage) x, Variable!(T, 2, Storage) h, Variable!(T, 2, Storage) c)
  2. auto opCall(Variable!(T, 2, Storage) x)
    struct LSTM(T, alias Storage)
    opCall
    (
    Variable!(T, 2, Storage) x
    )

Meta