Where does the torch/csrc/autograd/generated/VariableType.h file move to?

I want to define my own operator for the pytorch to onnx, and the docs shows that we can find the declaration of the function in torch/csrc/autograd/generated/VariableType.h for an ATen operator,but I can’t find the file in the master version, and where does the file move to?

OK,this problem is solved. I have downloaded the pytorch of C++ installed vesion which the file VariableType.h is in

@xie, also running into this problem, but don’t quite understand what you did to resolve the issue. If you have a sec could you elaborate?

Would be very grateful, thanks in advance.