def __call__(self, c, x1, x2, y): return functions.lstm(c, self.w_x1y(x1) + self.w_x2y(x2) + self.w_yy(y))