Where is the object file of PyTroch located when building from the source?

Hi there!

I downloaded the source of PyTorch and built the code on my own, but I can’t find the location of resulting object file. I really wanted to know the location of object file of PyTorch!

Thanks!

The location depends on the actual build command (as you can install it “locally” or into an environment etc.) and you can find it via print(torch.__path__).