blob: 22f29e5657d96454fc83086c41554f1eb9c81d67 [file] [log] [blame]
#pragma once
#include <torch/csrc/utils/python_compat.h>
#ifdef __cplusplus
extern "C" {
#endif
#if IS_PYTHON_3_12_PLUS
typedef struct _PyInterpreterFrame _PyInterpreterFrame;
PyObject* get_framelocals_mapping(_PyInterpreterFrame* frame);
#endif
#ifdef __cplusplus
} // extern "C"
#endif