RNN all_weights

Hi,

i have problems to understand a piece of code in Pytorch:

Where is self.all_weights initialized or get its values here? I can only find self._all_weights with an underscore.

Thanks you for any pointers,

Christoph

Ah after sending this I directly found the property:

Thanks,

#close