Pytorch model in C++

Hello,

I’m trying to load a resnet34 model in C++ (https://pytorch.org/tutorials/advanced/cpp_export.html). Where can I find the class file for resnet34 with fastai modifications?