blob: 58d3d9fccab11ef464003c83f618eb436e5ddd3c [file] [log] [blame]
#pragma once
#include <Python.h>
extern "C" {
PyObject* torch_c_dynamo_eval_frame_init(void);
extern bool is_dynamo_compiling;
}