I was going through this example of a LSTM language model on github (link).
What it does in general is pretty clear to me. But I\'m still struggling to understand what calli
As in the previous answer contigous() allocates contigous memory chunks, it'll be helpful when we're passing tensor to c or c++ backend code where tensors are passed as pointers