pytorch/torch/csrc/dynamo/eval_frame.h
Jason Ansel f1fdb6efbd Manual changes for moving dynamo to core (#86621)
This is the subset of the changes in #86461 not auto-generated by `copy_to_core.sh`.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86621
Approved by: https://github.com/albanD
2022-10-11 23:01:21 +00:00

7 lines
97 B
C

#pragma once
#include <Python.h>
extern "C" {
PyObject* torch_c_dynamo_eval_frame_init(void);
}