#pragma once #include namespace torch::distributed { void initPlacementBindings(PyObject* module); } // namespace torch::distributed