torch._C in github repo

Often, when I look into the source code and follow basic definitions, I end up in classes that inherit from some class in torch._C, for example Variable inherits from torch._C.Variable, but I can’t find where this is defined. How can I access those definitions?

Hi,

This question has already been answered here. Let me know if you need more precision.