def __call__(self, c, q, s1, s2): return functions.lstm( c, self.w_qs(q) + self.w_s1s(s1) + self.w_s2s(s2), )