1 #pragma once 2 #include <Python.h> 3 4 extern "C" { 5 PyObject* torch_c_dynamo_eval_frame_init(void); 6 } 7