pytorch/torch/csrc/dynamo/python_compiled_autograd.h

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