xref: /aosp_15_r20/external/pytorch/torch/csrc/dynamo/python_compiled_autograd.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 #include <torch/csrc/utils/python_stub.h>
3 
4 // see [Note: Compiled Autograd]
5 namespace torch::dynamo::autograd {
6 PyObject* torch_c_dynamo_compiled_autograd_init();
7 } // namespace torch::dynamo::autograd
8