mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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
7 lines
97 B
C
7 lines
97 B
C
#pragma once
|
|
#include <Python.h>
|
|
|
|
extern "C" {
|
|
PyObject* torch_c_dynamo_eval_frame_init(void);
|
|
}
|