extension.h 213 B

123456789
  1. #pragma once
  2. #ifndef TORCH_INDUCTOR_CPP_WRAPPER
  3. // All pure C++ headers for the C++ frontend.
  4. #include <torch/all.h>
  5. #endif
  6. // Python bindings for the C++ frontend (includes Python.h).
  7. #include <torch/python.h>