xref: /aosp_15_r20/external/pytorch/torch/extension.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 
3 #ifndef TORCH_INDUCTOR_CPP_WRAPPER
4 // All pure C++ headers for the C++ frontend.
5 #include <torch/all.h>
6 #endif
7 
8 // Python bindings for the C++ frontend (includes Python.h).
9 #include <torch/python.h>
10