#pragma once #include #include namespace torch::jit { TORCH_API void inlineForkedClosures(std::shared_ptr& to_clean); } // namespace torch::jit