c10d.h 216 B

12345678910111213
  1. #pragma once
  2. #include <torch/csrc/python_headers.h>
  3. namespace torch {
  4. namespace distributed {
  5. namespace c10d {
  6. PyMethodDef* python_functions();
  7. } // namespace c10d
  8. } // namespace distributed
  9. } // namespace torch