mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105854 Approved by: https://github.com/albanD
8 lines
215 B
C++
8 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
|