def __call__(self, c, x, y): c, h = functions.lstm( c, self.w_xy(x) + self.w_yy(y), ) return c, XP.dropout(h)