mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105854 Approved by: https://github.com/albanD
7 lines
215 B
C++
7 lines
215 B
C++
#pragma once
|
|
#include <torch/csrc/utils/python_stub.h>
|
|
|
|
// see [Note: Compiled Autograd]
|
|
namespace torch::dynamo::autograd {
|
|
PyObject* torch_c_dynamo_compiled_autograd_init();
|
|
} // namespace torch::dynamo::autograd
|