blob: 671ae1aadb8d5f2ad33cfe27a8fe1481856e668b [file] [log] [blame]
Peter Goldsborough1262fba2018-01-22 16:49:11 -08001#pragma once
2
Xu Han3f3479e2023-08-22 11:58:44 +00003#ifndef TORCH_INDUCTOR_CPP_WRAPPER
Peter Goldsborough7b9d7552018-11-05 16:44:45 -08004// All pure C++ headers for the C++ frontend.
5#include <torch/all.h>
Xu Han3f3479e2023-08-22 11:58:44 +00006#endif
7
Peter Goldsborough7b9d7552018-11-05 16:44:45 -08008// Python bindings for the C++ frontend (includes Python.h).
9#include <torch/python.h>