#pragma once #include #include namespace torch::jit { TORCH_API void liftClosures(const std::shared_ptr& graph); } // namespace torch::jit