in python/lltm_baseline.py [0:0]
def forward(self, input, state): return LLTMFunction.apply(input, self.weights, self.bias, *state)