LSTM

Undocumented in source.

Constructors

this
this(int inSize, int outSize)
Undocumented in source.

Members

Functions

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

Manifest constants

gates
enum gates;
Undocumented in source.

Variables

inSize
int inSize;
outSize
int outSize;
Undocumented in source.

Meta